Norbi
09/05/2023, 12:41 PMcompose {
kotlinCompilerPlugin.set(dependencies.compiler.forKotlin("1.8.20"))
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.21")
}
How should I modify the above configuration to prevent
Compose Multiplatform 1.5.0 doesn't support Kotlin 1.9.10
error?
Thanks.tapchicoma
09/05/2023, 12:48 PM1.5.3
version: https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibilityNorbi
09/05/2023, 12:51 PMtapchicoma
09/05/2023, 12:53 PMNorbi
09/06/2023, 11:45 AM