I am getting this error after upgrading Kotlin to ...
# announcements
j
I am getting this error after upgrading Kotlin to 1.4 m2
Copy code
e: java.lang.IllegalStateException: Backend Internal error: Exception during file facade code generation
Copy code
Caused by: java.util.NoSuchElementException: List is empty.
It is a sealed class which uses Kotlin Serialization
are there problems with Kotlin serialization 0.20.0 and Kotlin 1.4 m2?
0.20.0-1.4-M2 fix the problem