I updated the Kotlin plugin and now a project won't build. Is the plugin incompatible with Compose?
e: This version (1.0.0-beta06) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.0 which is not known to be compatible. Please fix your configuration (or
suppressKotlinVersionCompatibilityCheck
but don't say I didn't warn you!).`
🚫 2
c
Cicero
05/06/2021, 6:20 AM
It’s described on the error man 😞
r
robnik
05/06/2021, 12:57 PM
I should have been more specific - the "IDE plugin". I followed update prompts in Android Studio, and then couldn't create a new project. I didn't realize I could just change the gradle plugin (different from IDE plugin) in the build file, and that that is the version it was complaining about, not the IDE plugin version.
c
Cicero
05/06/2021, 1:55 PM
I can’t say that errors tell the whole story and lately it has been a little bit misleading often so, I believe I would also be suspicious