Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit f509a00

Browse files
authored
Merge pull request #300 from anton6tak/#294-update-to-kotlin1.5.20-gradle-7.0.2
#294 added lost group and version into each module
2 parents 3c8c367 + a30f259 commit f509a00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ buildscript {
1818
}
1919

2020
allprojects {
21+
22+
plugins.withId("org.gradle.maven-publish") {
23+
group = "dev.icerock.moko"
24+
version = libs.versions.mokoWidgetsVersion.get()
25+
}
26+
2127
configurations
2228
.matching { it.name == "compileOnly" }
2329
.configureEach {

0 commit comments

Comments
 (0)