Is there a KMP equivalent of Proto Datastore? Pref...
# multiplatform
j
Is there a KMP equivalent of Proto Datastore? Preferences Datastore doesn't quite fit my needs.
j
You can use kotlinx.serialization with the datastore core to get protos (or json or toml or yaml or xml or...) on all platforms. It's fairly trivial to implement your own serializer for datastore.
j
Hmm. Never realized all I needed to do what create a custom serializer. Thanks for the info.
👍 1