how fix warning? Kotlin version that is used for building with Gradle (1.5.0) differs from the one bundled into the IDE plugin (1.5.0-release-764)
after create new project and after fix error (change 1.5.0-release-764 to 1.5.0)
Simple Solve: Just Update Kotlin plugin!
According to the comments here https://issuetracker.google.com/issues/187403740 the issue will be fixed with Kotlin 1.5.10: https://youtrack.jetbrains.com/issue/KTIJ-7657
I think you can ignore this one. I believe this bug will be fixed soon anyway, which should fix this warning too.
change to
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
}