Local storage for KMP.
I've got a few apps on the go, and I need some local storage that goes beyond just preferences (I need to sync data for offline).
What are people using that works?
I've tried Room, its a bit of a pain but would theoretically work with some more fiddling, however I would prefer a document database. The ones i've tried either are not properly supported or simple don't work.
leveldb looked promising, but was limited, i had to rip it out almost immediately,
Kotbase looked like exactly what I wanted, but it rashes on startup with some sort of native code issue.
What are others using?
Anything particularly successful?