This can cause inconsistencies between IDE and Gradle builds in error reporting or code behavior.
Example:
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:0.0.1"
}
To fix the problem, change the Kotlin Gradle plugin version to match the version of Kotlin that is bundled into the IDE plugin.