On upgrading to Kotlin 1.5, I’m getting `e: java.l...
# compiler
c
On upgrading to Kotlin 1.5, I’m getting
e: java.lang.IllegalStateException: not identifier: <init>
errors while compiling (example). Is this a known issue?
u
c
Yeah that was the issue - I had some local serializable classes. https://github.com/Kotlin/kotlinx.serialization/issues/1427 and https://github.com/Kotlin/kotlinx.serialization/issues/1468 were relevant here too.