trying to save a set of serializable items across config changes, but have a weird error. It saves fine for a single item in the set, but fails for more than one ๐งต
Copy code
var items by rememberSaveable { mutableStateOf(emptySet<T>()) }
Michal Klimczak
08/31/2023, 10:35 AM
it seems to unpack the set to individual items when the check is performed