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 c605d96 commit 60cc6eeCopy full SHA for 60cc6ee
buildSrc/src/main/java/Publication.kt
@@ -19,9 +19,9 @@ fun DistributionContainer.configureForMultiplatform(project: Project) {
19
// The current Kotlin version doesn't generate this *-all.jar anymore.
20
// This is a placeholder for backwards compatibility with craft until we fix it there directly.
21
from("build${sep}libs") {
22
- include("${project.name}-$version")
+ include("${project.name}-metadata-$version*")
23
rename {
24
- it.replace("$version", "$version-all")
+ it.replace("metadata-$version", "$version-all")
25
}
26
27
from("build${sep}kotlinToolingMetadata") {
0 commit comments