SrSouza
04/07/2023, 2:10 PMIgor Demin
04/07/2023, 3:43 PMcompose.kotlinCompilerPlugin.set("1.4.5-rc03")
SrSouza
04/08/2023, 5:10 PMSrSouza
04/08/2023, 5:11 PMIgor Demin
04/08/2023, 5:25 PMit resolves the proper compose compiler version based in the current Kotlin Gradle Plugin version? that is right?Correct. Plugin applies different compiler versions based on the Kotlin version
• Keep Compose Multiplatform Gradle Plugin update without Updating KotlinYes, you can do that.
Update Kotlin without requiring to update Compose Multiplatform Gradle plugin and specifying directly the Compose Kotlin Compiler plugin versionYes, you can use the latest Kotlin without updating Compose Multiplatform if you specify the compiler plugin manually (automatic resolution will be disabled)