-
Notifications
You must be signed in to change notification settings - Fork 123
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
Compose Multiplatform 1.5.0 gradle detected problems #530
Comments
I'm not sure the cause is related to Gradle version, but instead it's linked to the version of Compose Multiplatform, I believe the cause is this change to the Compose Multiplatform plugin: JetBrains/compose-multiplatform#3340 For anyone who doesn't use Compose Resources component in addition to Moko, you can workaround the issue by adding the property: |
What about us who use both |
FYI: we (Compose Multiplatform team) discussed the issue internally. So far our conclusion is that making different resource libraries working together would probably be complicated and fragile. As a workaround, the next release of Compose Multiplatform Gradle plugin will turn off resource management automatically when |
Thx for notification. |
…cerockdev#530-fix-task-dependencies-for-Gradle-8.2.1 # Conflicts: # gradle/libs.versions.toml # resources-compose/src/appleMain/kotlin/dev/icerock/moko/resources/compose/internal/CGImageRef+Skia.kt # resources-compose/src/appleMain/kotlin/dev/icerock/moko/resources/compose/internal/NSDataExt.kt # resources-generator/build.gradle.kts # samples/compose-jvm-app/build.gradle.kts # samples/compose-resources-gallery/gradle.properties # samples/compose-resources-gallery/shared/build.gradle.kts # samples/ios-static-xcframework/build.gradle.kts # samples/kotlin-ios-app/build.gradle.kts # samples/resources-gallery/build.gradle.kts
Thank you for the update. |
will be fixed in 0.24.0, please check in 0.24.0-alpha-6 |
should be fixed in 0.24.0-beta-1 |
Fix:
Versions:
Kotlin: 1.9.0-RC
moko..resources=0.23.0
gradle gradle-8.2.1-all
Issue log:
The text was updated successfully, but these errors were encountered: