Daniele B
11/28/2020, 12:43 PMcomposeOptions {
kotlinCompilerVersion = "1.4.20"
kotlinCompilerExtensionVersion = "1.0.0-alpha07"
}
I get this error:
> Task :androidApp:compileDebugKotlin FAILED
w: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:+NonParenthesizedAnnotationsOnFunctionalTypes
This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
e: java.lang.IncompatibleClassChangeError: Found class org.jetbrains.kotlin.ir.declarations.IrClass, but interface was expected
at androidx.compose.compiler.plugins.kotlin.VersionChecker.check(VersionChecker.kt:64)
is there a fix for this? or is Compose not compatible with 1.4.20 yet ?Javier
11/28/2020, 12:46 PMpluu
11/29/2020, 2:16 AM