Jan
11/07/2023, 1:58 PMThis version (1.5.3) of the Compose Compiler requires Kotlin version 1.9.10 but you appear to be using Kotlin version 1.9.20 which is not known to be compatible. Please consult the Compose-Kotlin compatibility map located at <https://developer.android.com/jetpack/androidx/releases/compose-kotlin> to choose a compatible version pair (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
Lukasz Kalnik
11/07/2023, 2:48 PMeygraber
11/07/2023, 3:27 PMJan
11/07/2023, 3:47 PMLukasz Kalnik
11/07/2023, 3:55 PMbuild.gradle.kts
?android
block:
android {
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
}
}
then it probably just takes the one from Google.Jan
11/07/2023, 3:59 PMLukasz Kalnik
11/07/2023, 4:08 PMJan
11/07/2023, 4:25 PM