What’s the supported Compose compiler version for ...
# compose
k
What’s the supported Compose compiler version for Kotlin 1.9.20 and Compose Multiplatform 1.5.10? 🤔 Getting this error, and doesn’t look like there’s a compatible compiler version yet?
Copy code
e: This 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!).
282 Views