Closed adietish closed 3 years ago
xquery-intellij-plugin is facing the same problem: https://intellij-support.jetbrains.com/hc/en-us/community/posts/4402698454802-Library-has-Kotlin-runtime-bundled-into-it No answer to his post so far.
sidenote: xquery-intellij-plugin is building different versions of the plugin for the different IC versions and using kotlin 1.4.32 for the newer ICs: https://github.com/rhdunn/xquery-intellij-plugin/blame/master/build.gradle#L39
if (ext.idea_since_build >= 203) {
ext.kotlin_version = "1.4.32"
ext.kotlin_stdlib = "kotlin-stdlib"
ext.java_version = "11"
} else {
ext.kotlin_version = "1.3.72"
ext.kotlin_stdlib = "kotlin-stdlib-jdk8"
ext.java_version = "1.8"
}
Here's another kotlin based plugin PR for compat to 2021.2: https://github.com/VirtusLab/git-machete-intellij-plugin/pull/745/files