IDEA keeps telling me the following >Outdated K...
# intellij
m
IDEA keeps telling me the following
Outdated 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
Copy code
<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?
p
just in case: have you refreshed maven project in IntelliJ after changing Kotlin version in
pom.xml
?