Hi all. Could somebody explain why I get this mess...
# build-tools
d
Hi all. Could somebody explain why I get this message during Maven build:
Copy code
[WARNING] Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
    C:/Users/somebody/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.21/kotlin-stdlib-jdk8-1.3.21.jar (version 1.3)
    C:/Users/somebody/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar (version 1.2)
    C:/Users/somebody/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.41/kotlin-stdlib-jdk7-1.2.41.jar (version 1.2)
[WARNING] Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath
In Maven dependencies I see only this with 1.2.41 version:
Copy code
[INFO] +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.3.21:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.41:compile
[INFO] |  |  \- org.jetbrains:annotations:jar:13.0:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.2.41:compile
Thread in Slack Conversation