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
470 stars 15 forks source link

Update deps and migrate from okio to kotlinx.io #112

Closed mani1232 closed 4 days ago

mani1232 commented 1 month ago

Temp repo:

maven {
    name = "worldmandiaRepositoryReleases"
    url = uri("https://repo.worldmandia.cc/releases")
}
implementation("io.github.xxfast:kstore:0.8.0")
xxfast commented 4 days ago

Looks like CI is failing

I will fix these in my branch ir/kotlinx-io. Stay tuned 🤞

xxfast commented 4 days ago

Included in #116 and available on 0.9.0-SNAPSHOT