I got this error `java.lang.AssertionError: Enum c...
# announcements
y
I got this error
java.lang.AssertionError: Enum class does not have .values() function
when make enum
Serializable
Kotlin 1.4.31 Canary 13 Custom Serializer for this enum doesn’t help, (((
đź‘€ 1
a
You're using JVM IR (or Jetpack Compose), right? This bug should be fixed in 1.5: https://youtrack.jetbrains.com/issue/KT-44779 (or use the old backend)
y
Yep. hope it will be quickly