Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Mar 4, 2022
1 parent 9c1acc6 commit f1d29f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ buildscript {

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

val version = libs.versions.mokoErrorsVersion.get()
val mokoVersion = libs.versions.mokoErrorsVersion.get()
allprojects {
this.group = "dev.icerock.moko"
this.version = version
this.version = mokoVersion
}

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

0 comments on commit f1d29f9

Please sign in to comment.