Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
No update yet.
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
Description
Jetpack Compose version: 1.7.4
Jetpack Compose component used: runtime-saveable
Trying to save a SnapshotStateList of a saveable type throws an IllegalArgumentException, as SnapshotStateList itself can't be saved by the default saver.
For example, this throws:
which feels unexpected, because this works fine:
Exception: