File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,3 +17,10 @@ buildscript {
1717 classpath(" :resources-build-logic" )
1818 }
1919}
20+
21+ allprojects {
22+ plugins.withId(" org.gradle.maven-publish" ) {
23+ group = " dev.icerock.moko"
24+ version = libs.versions.mokoResourcesVersion.get()
25+ }
26+ }
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ plugins {
1111 id(" publication-convention" )
1212}
1313
14- group = " dev.icerock.moko"
15- version = libs.versions.mokoResourcesVersion.get()
16-
1714dependencies {
1815 commonMainApi(projects.resources)
1916}
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ plugins {
1212 id(" publication-convention" )
1313}
1414
15- group = " dev.icerock.moko"
16- version = libs.versions.mokoResourcesVersion.get()
17-
1815kotlin {
1916 targets
2017 .matching { it is org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget }
You can’t perform that action at this time.
0 commit comments