I had the exact same issue on Android Studio and solved it by updating the Kotlin Gradle plugin from version 1.4.31 to version 1.5.30.
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30"
In my project-level build.gradle file.
I had the exact same issue on Android Studio and solved it by updating the Kotlin Gradle plugin from version 1.4.31 to version 1.5.30.
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30"
In my project-level build.gradle file.