I have a jvm project has Kotlin/Java interop. At m...
# announcements
h
I have a jvm project has Kotlin/Java interop. At my kotlin data classes for calling some of the properties I get ’“java.lang.NoSuchMethodError” for getter and setter methods at runtime. I am doing the calls from kotlin. when I use JvmName annotation the issue is resolved for this field. Do anyone have an idea what could be wrong?
z
Can you post what one of the data classes looks like?