We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1acc6 commit f1d29f9Copy full SHA for f1d29f9
1 file changed
build.gradle.kts
@@ -19,10 +19,10 @@ buildscript {
19
20
apply(plugin = "dev.icerock.moko.gradle.publication.nexus")
21
22
-val version = libs.versions.mokoErrorsVersion.get()
+val mokoVersion = libs.versions.mokoErrorsVersion.get()
23
allprojects {
24
this.group = "dev.icerock.moko"
25
- this.version = version
+ this.version = mokoVersion
26
}
27
28
tasks.register("clean", Delete::class).configure {
0 commit comments