Do plugins for IntelliJ, which are written in Kotlin, need to depend on certain kotlin-stdlib version?
I'm asking because I got strange NoClassDefFoundErrors
---
java.lang.NoClassDefFoundError: kotlin/StringsKt
at com.intellij.configurationStore.StateStorageManagerImpl.addMacro(StateStorageManagerImpl.kt:95)
---