-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiplatform publishing not working on 3.0.0-beta02 & 3.0.0-beta03 #280
Comments
Can you show how you declared the dependency? |
I'm using the new libs.version.toml:
build.gradle.kts: kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(libs.splitties.bitflags)
}
}
}
} PR with the upgrade: CruGlobal/kotlin-mpp-godtools-tool-parser#88 |
I take that back, it's only failing for the ios target, it works for the other targets |
Do you still have the issue when adding the following into your
|
yeah, still have the same issue when setting those flags. |
I created a minimal reproduction project here: https://github.com/frett/splitties-mpp-dependency-issue when the dependency is set to |
Thanks for the report and the reproducer, and sorry for the vacations related delay. I'm on it, with a solution that should prevent this from happening again, no matter what subtle changes take place in the Kotlin Gradle plugin. |
This should make issues like #280 impossible.
Fixed in 3.0.0-beta04 that I just released. |
When I update my multiplatform dependencies to use the new versions of splitties from maven central I get the following build error:
it appears that the main module found here has the following invalid relative url defined in it:
The text was updated successfully, but these errors were encountered: