I try to migrate kotlin-android project from 1.3.7...
# compiler
a
I try to migrate kotlin-android project from 1.3.72 to 1.4.32
Copy code
plugins {
    id("com.android.application")
    id("kotlin-android")
    id("kotlin-android-extensions")
    id("com.google.firebase.crashlytics")
    kotlin("kapt")
}
When I build it
./gradlew --info assembleDebug
I have an error (was attached in thread). How can I fix it? I haven’t found the bug in youtrack
An error in our code has broken the compiler 🙂 https://youtrack.jetbrains.com/issue/KT-46176