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

Refactor move collection extensions to kstore #47

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

The extensions probably should stay in kstore core module

github-actions[bot] commented 1 year ago

Code Coverage

File Coverage [100.00%] :white_check_mark:
kstore-file/src/commonMain/kotlin/io/github/xxfast/kstore/file/extensions/KListStore.kt 100.00% :white_check_mark:
kstore-file/src/commonTest/kotlin/io/github/xxfast/kstore/file/extensions/KListStoreTests.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/extensions/KListStore.kt 100.00% :white_check_mark:
Total Project Coverage 98.37% :white_check_mark: