Running into the following issue: ```Exception in ...
# compose-desktop
t
Running into the following issue:
Copy code
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
Multiplatform port of this Android API doesn't handle this java value type. Please file an issue with explanation of your use case
i
Thanks