Hi, trying to add the compose to current project, ...
# compose
f
Hi, trying to add the compose to current project, but ending with:
org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
Java: 11 Kotlin: 1.8.10 Gradle: 7.4.0 build.gradle
Copy code
android {
    buildFeatures {
        viewBinding true
        compose true
    }
    composeOptions {
        kotlinCompilerExtensionVersion = "1.4.4"
    }
}
Same configuration in different module compiles, same configuration without compose in gradle compiles. Full error stacktrace in comment.