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

Switch to new native IO dispatcher #42

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

Now that we have an IO dispatcher for native targets - why not use that 🤷

github-actions[bot] commented 1 year ago

Code Coverage

File Coverage [100.00%] :white_check_mark:
kstore/src/androidMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
kstore/src/appleMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/KStore.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
kstore/src/desktopMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
kstore/src/jsMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
kstore/src/linuxMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
kstore/src/windowsMain/kotlin/io/github/xxfast/kstore/utils/Dispatchers.kt 100.00% :white_check_mark:
Total Project Coverage 98.65% :white_check_mark: