When trying to update to <kotlin 1.6.0> in my proj...
# compose
m
When trying to update to kotlin 1.6.0 in my project using compose, I get the following error :
e: This version (1.0.5) of the Compose Compiler requires Kotlin version 1.5.31 but you appear to be using Kotlin version 1.6.0 which is not known to be compatible. Please fix your configuration (or
suppressKotlinVersionCompatibilityCheck
but don't say I didn't warn you!).
Is there an available version of the compose compiler that supports kotlin 1.6.0? Ours is set to
Copy code
kotlinCompilerExtensionVersion = "1.0.5"
Thanks for your help!
🚫 2