I am having problems debugging code with Kotlin in...
# intellij
j
I am having problems debugging code with Kotlin in both IJ 2017.3 and EAP 2018.1 with latest kotlin plugin
1.2.30-release-IJ2018.1-1
It always says
Unresolved reference: JvmName
when using Evaluate expression. Even with simple
this
. I am using a multiplatform kotlin project and I debug with jvm platform in classpath which for the rest runs normally. It worked normally with previous kotlin versions before 1.2.30.