Getting this build error: `e: This version (1.0.2)...
# compose
o
Getting this build error: `e: This version (1.0.2) of the Compose Compiler requires Kotlin version 1.5.21 but you appear to be using Kotlin version 1.5.30 which is not known to be compatible. Please fix your configuration (or
suppressKotlinVersionCompatibilityCheck
but don't say I didn't warn you!).` while my kotlin version is currently at 1.5.21, with this in my root gradle file:
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"