dkandalov / live-plugin

IntelliJ plugin for writing IntelliJ plugins at runtime ⚡️
https://plugins.jetbrains.com/plugin/7282
Apache License 2.0
858 stars 67 forks source link

Running Kotlin plugin not working #123

Open limitless-brain opened 3 years ago

limitless-brain commented 3 years ago

Using Intellij latest version, and running hello world example the plugin return this crash log.

Error compiling script. /applications/android studio.app/contents/lib/../plugins/Kotlin/lib/kotlin-stdlib-jdk8.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: error: module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16.
/applications/android studio.app/contents/lib/../plugins/Kotlin/lib/lombok-compiler-plugin-for-ide.jar!/META-INF/lombok-compiler-plugin.kotlin_module: error: module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16.
/applications/android studio.app/contents/lib/../plugins/Kotlin/lib/kotlin-stdlib.jar!/META-INF/kotlin-stdlib.kotlin_module: error: module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16.
/applications/android studio.app/contents/lib/../plugins/Kotlin/lib/allopen-compiler-plugin-for-ide.jar!/META-INF/kotlin-allopen-compiler-plugin.kotlin_module: error: module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16.
/applications/android studio.app/contents/lib/../plugins/Kotlin/lib/noarg-compiler-plugin-for-ide.jar!/META-INF/kotlin-noarg-compiler-plugin.kotlin_module: error: module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16.
/applications/android studio.app/contents/lib/../plugins/Kotlin/lib/kotlin-frontend-independent.jar!/META-INF/kotlin.fir.frontend-independent.kotlin_module: error: module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16.