0

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?

  • I think this one helped me with the same problem a while ago: https://stackoverflow.com/questions/44644524/kotlin-version-that-is-used-for-building-with-gradle-1-1-2-5-differs-from-the – Ben Nov 15 '22 at 15:04

0 Answers0