Kotlin library and Gradle plugin versions are different
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.
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Kotlin, @snapshot@ |
Last modified: 13 July 2023