Kotlin Plugin Error on Eclipse (Version: 2022-03)
I have installed Kotlin plugin on my Eclipse IDE. But when I try to open a Kotlin file, the editor shows the below error.
java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.idea.j2k.J2KPostProcessingRegistrarImpl
at org.jetbrains.kotlin.core.model.KotlinCommonEnvironmentKt.createKotlinCoreApplicationEnvironment(KotlinCommonEnvironment.kt:257)
at...