Zsolt
06/17/2020, 10:51 AMjava.lang.IllegalStateException: new updateScope not found in result type of endRestartGroup
This happens as soon as I add the first @Composable annotated fun to the code (even if it’s completely empty).
Any idea what I’m doing wrong?Zsolt
06/17/2020, 11:07 AMstewemetal
09/05/2020, 6:48 AMJavier
09/10/2020, 12:20 AMJavier
09/10/2020, 1:33 AMkotlin("android")
plugin is implementing alpha01
android {
composeOptions {
kotlinCompilerVersion = versions.kotlin
kotlinCompilerExtensionVersion = versions.compose
}
}