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 cfee3b4 commit 5c7e474Copy full SHA for 5c7e474
buildSrc/src/main/java/Publication.kt
@@ -78,7 +78,7 @@ fun DistributionContainer.configureForMultiplatform(project: Project) {
78
include("sentry-kotlin-multiplatform-iossimulatorarm64*")
79
withJavadoc("iossimulatorarm64")
80
}
81
- fromKlib("iossimulatorarm64", version)
+ fromKlib("iosSimulatorArm64", version)
82
83
this.maybeCreate("macosarm64").contents {
84
from("build${sep}publications${sep}macosArm64") {
0 commit comments