Skip to content

Commit

Permalink
fix publication of runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Aug 7, 2022
1 parent bca5b65 commit d16baeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ buildscript {
}
}

apply(plugin = "dev.icerock.moko.gradle.publication.nexus")
val mokoVersion = libs.versions.mokoKSwiftVersion.get()
allprojects {
plugins.withId("org.gradle.maven-publish") {
group = "dev.icerock.moko"
version = libs.versions.mokoKSwiftVersion.get()
}
group = "dev.icerock.moko"
version = mokoVersion
}

// temporary fix for Apple Silicon (remove after 1.6.20 update)
Expand Down

0 comments on commit d16baeb

Please sign in to comment.