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

Fix store encoder to create a folder if it doesn't exist #24

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

Might address #21

github-actions[bot] commented 1 year ago

Code Coverage

File Coverage [98.10%] :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/KStore.kt 100.00% :white_check_mark:
kstore/src/commonTest/kotlin/io/github/xxfast/kstore/KStoreTests.kt 97.55% :white_check_mark:
Total Project Coverage 98.52% :white_check_mark: