Closed ZacSweers closed 6 months ago
It is supported in 1.6.10-beta03. The stable release is planned near the stable release of Kotlin 2.0.0
This can be used for CMP 1.6.2:
compose {
kotlinCompilerPlugin = "org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable:2.0.0-RC2"
}
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
When testing with RC2 and the new compose compiler plugin, the gradle plugin fails due to
My understanding is this should not longer be a scenario developers have to deal with per
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html#migrating-a-jetpack-compose-project
https://android-developers.googleblog.com/2024/04/jetpack-compose-compiler-moving-to-kotlin-repository.html
Can this max version restriction be removed in favor of the first party plugin in K2 onward?