Oh wow, what a great idea. 💡
This makes me wonder why I didn’t come up with that. 😅
h
hafiz
08/14/2024, 1:22 AM
I think one things is missing which is store object data class. like library mulitplatform settings have to store object in string and get it back from string into gson. By the way, does this library support multiplatform any kind of platform?
🤔 1
s
Stefan Oltmann
08/14/2024, 4:49 AM
It’s clearly stated in the description that it supports multiplatform.
👍 1
b
burnoo
08/14/2024, 4:01 PM
Multiplatform Settings Serialization currently does not support observing serialised values, so this library also does not support it (issue).
Technically it would be possible to store data class as Json (as you mentioned), but it would require passing Json to Composable functions, and I would prefer avoid that in the library.