darkmoon_uk
05/19/2024, 7:03 AMThis version (1.5.11) of the Compose Compiler requires Kotlin version 2.0.0-Beta4 but you appear to be using Kotlin version 2.0.0-RC1 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!).
drymarev
05/19/2024, 3:16 PMkotlinCompilerExtensionVersion
from your Gradle files in case there’s a conflict.shikasd
05/19/2024, 10:28 PM