We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1773fa commit c1126e8Copy full SHA for c1126e8
gradle/publish.gradle
@@ -56,6 +56,11 @@ publishing {
56
def type = it.name
57
def id = selectArtifactId(project, type, it.artifactId)
58
it.artifactId = id
59
+
60
+ if (type == 'kotlinMultiplatform') {
61
+ kotlin.rootSoftwareComponent$kotlin_gradle_plugin.publicationDelegate = publishing.publications.getByName("kotlinMultiplatform")
62
+ }
63
64
if (id.endsWith('native')) {
65
it.artifact stubJavadoc
66
it.artifact stubDokka
0 commit comments