Back to Intellij Community

DifferentStdlibGradleVersion

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

2025.3-rc-2244 B
Original Source

Reports different Kotlin stdlib and compiler versions.

Example:

dependencies {
    classpath "org.jetbrains.kotlin:kotlin-stdlib:0.0.1"
  }

To fix the problem change the kotlin stdlib version to match the kotlin compiler version.