KamilH
08/11/2020, 8:41 AMClass 'androidx.compose.runtime.Composable' is compiled by a new Kotlin compiler backend and cannot be loaded by the old compiler
I can see this even though app is compiling and running on my deviceallan.conda
08/11/2020, 9:01 AMKamilH
08/11/2020, 9:48 AM1.4.0-rc
and newest Kotlin Pluginallan.conda
08/11/2020, 9:52 AMkotlinCompilerVersion
,kotlinCompilerExtensionVersion
, kotlin-stdlib
and kotlin-gradle-plugin
jim
08/11/2020, 10:08 AMKamilH
08/11/2020, 11:05 AM-Xallow-jvm-ir-dependencies
stuff in the project level gradle
file before. It turn out I had to do it in the module I’m using ComposeZach Klippenstein (he/him) [MOD]
08/11/2020, 4:03 PMjim
08/11/2020, 4:04 PM