Kotlin and CLion Plugin
Hi everyone,
I tring to develop a CLion plugin using kotlin.
Until yestrday I was an happy guy because I could use the kotlin class in order to create my UI (I mean panel, row, etc).
These classes are present in intellj-community version and in CLiON 2018.1.3 version.
But now with CLION 2018.1.4 it seems that there is some modification because creating a panel I get the error
java.lang.IllegalAccessError: tried to access field com.intellij.ui.layout.LayoutKt.a from class plugin.achdjian.it.wizard.ESP2866WizardPanel
at plugin.achdjian.it.wizard.ESP2866WizardPanel.<init>(ESP2866WizardPanel.kt:58)
Have I to forget completly these beutiful kotlin classes because in clion are changed or removed ?
Regards
Paolo
请先登录再写评论。