I'm getting a compiler plugin error while building an android project with Kotlin 1.6, Jetpack Compose 1.1.0-rc01. Does anyone know how to debug these kinds of compiler plugin errors, or have an idea what this one means?
Copy code
java.lang.IllegalStateException: Symbol for kotlin.collections/mutableMapOf|-4813910536206556932[0] is unbound
at org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.getOwner(IrPublicSymbolBase.kt:52)
at org.jetbrains.kotlin.ir.symbols.impl.IrSimpleFunctionPublicSymbolImpl.getOwner(IrPublicSymbolBase.kt:74)
at androidx.compose.compiler.plugins.kotlin.lower.LiveLiteralTransformer.visitCall(LiveLiteralTransformer.kt:663)
...
nschulzke
12/15/2021, 11:34 PM
It looks like this should be solvable by disabling liveLiterals, but I can't figure out how to do that.