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

Enable explicit api mode #19

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

to be java or not to be java :/

github-actions[bot] commented 1 year ago

Code Coverage

File Coverage [98.48%] :white_check_mark:
kstore/src/androidMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.kt 100.00% :white_check_mark:
kstore/src/appleMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.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/extensions/KCachedStore.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/extensions/KListStore.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/extensions/KVersionedStore.kt 92.31% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/folder/KFolder.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.kt 100.00% :white_check_mark:
kstore/src/desktopMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.kt 100.00% :white_check_mark:
kstore/src/jsMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.kt 100.00% :white_check_mark:
kstore/src/linuxMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.kt 100.00% :white_check_mark:
kstore/src/windowsMain/kotlin/io/github/xxfast/kstore/utils/FileSystem.kt 100.00% :white_check_mark:
Total Project Coverage 98.50% :white_check_mark: