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 81bbb7e commit c522114Copy full SHA for c522114
build.gradle.kts
@@ -67,6 +67,7 @@ jreleaser {
67
68
if (!pubName.contains("jvm", ignoreCase = true)
69
&& !pubName.contains("metadata", ignoreCase = true)
70
+ && !pubName.contains("kotlinMultiplatform", ignoreCase = true)
71
) {
72
73
artifactOverride {
0 commit comments