Back to Intellij Community

DifferentKotlinGradleVersion

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/DifferentKotlinGradleVersion.html

2025.3-rc-2420 B
Original Source

Reports that Gradle plugin version isn't properly supported in the current IDE plugin.

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.