I keep getting: ``` Your version of Kotlin runtime...
# intellij
p
I keep getting:
Copy code
Your version of Kotlin runtime in 'Maven: org.jetbrains.kotlin:kotlin-stdlib:1.2.40' library is 1.2.40-release-66 (1.2.40), while plugin version is 1.2.51-release-IJ2018.2-1.
							Runtime library should be updated to avoid compatibility problems.
Even though my pom.xml has
<kotlin.version>1.2.51</kotlin.version>
j
The warning is because of the Kotlin Plugin in Intellij. You can control the version a bit with Tools>Kotlin>Kotlin Plugin details. I don't know how to downgrade since I always upgrade my project with latest Kotlin release instead of downgrading the plugin. The plugin is thus separate of your own project and is also automatically updated with new Idea releases.
p
but both my plugin and my project are running 1.2.51