mattinger
12/03/2020, 2:33 PMjava.lang.IncompatibleClassChangeError: Found interface org.jetbrains.kotlin.ir.declarations.IrClass, but class was expected
at androidx.compose.compiler.plugins.kotlin.VersionChecker.check(VersionChecker.kt:65)
at
sindrenm
12/03/2020, 2:37 PM./gradlew dependencies
. And make sure you have the composeOptions
set with a Kotlin compiler version and Compose version in your build scripts.mattinger
12/03/2020, 2:47 PMsindrenm
12/03/2020, 2:47 PM