Daniele B
07/27/2023, 2:40 AM> Task :androidApp:compileDebugKotlin FAILED
e: This version (1.3.2) of the Compose Compiler requires Kotlin version 1.7.20 but you appear to be using Kotlin version 1.9.0 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
I am very puzzled, as I have never specified this 1.3.2 Compose Compiler version anywhere.
I even searched for the string "1.3.2" in the whole project, but it's nowhere.jw
07/27/2023, 3:50 AMjw
07/27/2023, 3:50 AMandroidApp
Gradle module applies the com.android.application
plugin. Therefore, you need to explicitly specify the AndroidX Compose compiler version 1.5.0 or today's 1.5.1 version which are the two which work with Kotlin 1.9jw
07/27/2023, 3:51 AMDaniele B
07/27/2023, 3:53 AMjw
07/27/2023, 3:54 AMDaniele B
07/27/2023, 3:55 AMDaniele B
07/27/2023, 3:57 AMDaniele B
07/27/2023, 4:00 AMjw
07/27/2023, 4:01 AMjw
07/27/2023, 4:01 AMDaniele B
07/27/2023, 4:02 AMjw
07/27/2023, 4:02 AMjw
07/27/2023, 4:03 AMDaniele B
07/27/2023, 4:06 AMjw
07/27/2023, 4:07 AMjw
07/27/2023, 4:08 AMjw
07/27/2023, 4:10 AMDaniele B
07/27/2023, 4:11 AM