We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e94f8 commit 6b32bb2Copy full SHA for 6b32bb2
build.gradle.kts
@@ -172,7 +172,7 @@ kotlin {
172
listOf(jvm(), js()).map { it.name } + "kotlinMultiplatform"
173
174
publishing {
175
- registerPublishing()
+ if ("local" !in (version as String)) registerPublishing()
176
}
177
178
targets {
@@ -297,7 +297,7 @@ kotlin {
297
298
299
300
+ if ("local" in (version as String)) registerPublishing()
301
302
303
signing {
0 commit comments