Skip to content

Commit f1d29f9

Browse files
committed
fix name
1 parent 9c1acc6 commit f1d29f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ buildscript {
1919

2020
apply(plugin = "dev.icerock.moko.gradle.publication.nexus")
2121

22-
val version = libs.versions.mokoErrorsVersion.get()
22+
val mokoVersion = libs.versions.mokoErrorsVersion.get()
2323
allprojects {
2424
this.group = "dev.icerock.moko"
25-
this.version = version
25+
this.version = mokoVersion
2626
}
2727

2828
tasks.register("clean", Delete::class).configure {

0 commit comments

Comments
 (0)