Join Slack
Powered by
On upgrading to Kotlin 1.5, I’m getting `e: java.l...
# compiler
c
charleskorn
05/08/2021, 1:21 AM
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
udalov
05/11/2021, 6:47 PM
Probably this one
https://youtrack.jetbrains.com/issue/KT-45119
c
charleskorn
05/17/2021, 8:11 AM
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.
2
Views
Open in Slack
Previous
Next