xxfast / KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and kotlinx.io
https://xxfast.github.io/KStore/
Apache License 2.0
484 stars 15 forks source link

Add browser target #29

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

To be able to browser targets, I'll need to rework how encoder/decorders work because FILE_SYSTEM doesn't exist for a js browser targets

xxfast commented 1 year ago

Added support in 0.5.0 🙌