Neil Miller
12/18/2024, 3:28 PMkmmBridgePublish
task, this doesn't appear to be intended (I'm using co.touchlab.kmmbridge
since we're not using GitHub). Anyone have any ideas?
listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach {
it.binaries {
framework("Foo") {
isStatic = true
}
}
}
...
kmmbridge {
spm(spmDirectory = ".") {
iOS { v("14") }
}
mavenPublishArtifacts()
}
kpgalligan
12/18/2024, 3:42 PMNeil Miller
12/18/2024, 3:44 PMFAILURE: Build failed with an exception.
* What went wrong:
Task 'kmmBridgePublish' not found in root project 'XXX'.
kpgalligan
12/18/2024, 4:14 PMkpgalligan
12/18/2024, 4:21 PMkpgalligan
12/18/2024, 4:22 PM-PENABLE_PUBLISHING=true
is added to the command line. That's been true for several versions, though, so if nothing else changed when you moved to 1.1.0, then something else is happening.Neil Miller
12/18/2024, 4:30 PMENABLE_PUBLISHING=true
Neil Miller
12/18/2024, 4:30 PMNeil Miller
12/18/2024, 4:30 PMkpgalligan
12/18/2024, 4:32 PMWith 1.0.1 it was there without thatI'll check, but if it was, it was an error of some kind.