Problem - Kotlin version that is used for building with Gradle (1.5.31) differs from the one bundled into the IDE plugin (1.7.10)
//Build Gradle
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
What's the solution of this Problem?