You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to read an Any as a Kotlin data class that contains an immutable list, I get an error on ReflectionCollectionDecoder.decode_ line 44: col.clear()
Example data class that causes the error: data class Example(val problem: listOf<Int>())