arekolek
dependencies { implementation "com.android.tools.build:gradle:7.3.1" }
> Task :app:compileDebugKotlin FAILED e: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering ... (more in snippet)
implementation
buildSrc
app
build.gradle
buildscript { // ... dependencies { // ... classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
buildSrc/build.gradle
plugins { id 'org.jetbrains.kotlin.jvm' version '1.7.10' }
1.7.10
1.7.20
dependencies { implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" }
A modern programming language that makes developers happier.