Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Can't put value with type class java.util.ArrayList (Kotlin reflection is not available) into saved state
at androidx.lifecycle.SavedStateHandle.set(SavedStateHandle.jb.kt:185)
...
It works on Android. Is this a bug in the desktop version of compose?
i
Ivan Matkov
08/08/2024, 2:42 PM
Multiplatform port of this Android API doesn't handle this java value type. Please file an issue with explanation of your use case