Outdated Kotlin Runtime

Answered

 Outdated Kotlin Runtime
Your version of Kotlin runtime in 'Maven: org.jetbrains.kotlin:kotlin-stdlib:1.1.51' library is 1.1.51, while plugin version is 1.2.10-release-IJ2017.3-1.
Runtime library should be updated to avoid compatibility problems.
Update Runtime Ignore

 

 

I dont use kotlin , but everytime i open IntelliJ i get this message, how to solve it?

 

When i push at Update Runtime , it shows me this message -> Automatic library version update for Maven projects is currently unsupported. Please update your pom.xml manually.

 

Anyone know how i can solve this? Thanks

2
3 comments

Does it help if you disable "Kotlin" plugin in "Settings | Plugins"?

-1

Related issue: https://youtrack.jetbrains.com/v2/issue/KT-20324.

Your project is using Kotlin dependency that is older than the Kotlin plug-in installed in the IDE, therefore you get this message.

0
Avatar
Permanently deleted user

Tools->Kotlin->Configure Kotlin Updates->Check for updates->Install

3

Please sign in to leave a comment.