mikkom
09/10/2017, 7:15 AMOutdated Kotlin Runtime
Your version of Kotlin runtime in 'Maven: org.jetbrains.kotlinkotlin stdlib1.1.2-4' library is 1.1.2-4, while plugin version is 1.1.4-release-IJ2017.2-3.
Runtime library should be updated to avoid compatibility problems.However in the root pom.xml I have
<kotlin.version>1.1.4-3</kotlin.version>
and mvn dependency:tree
shows that all Kotlin deps have version 1.1.4-3. What gives?pawel.barszcz
09/10/2017, 7:46 PMpom.xml
?