chansek
org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
android { buildFeatures { compose = true } composeOptions { kotlinCompilerExtensionVersion = "1.2.0" } } kotlin { ... sourceSets { ... val androidMain by getting { dependencies { implementation("androidx.compose.runtime:runtime:1.3.0-alpha02") ... } } ... } }
A modern programming language that makes developers happier.