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.
Using Intellij latest version, and running hello world example the plugin return this crash log.