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

There is no 0.7.0 for a desktop target #71

Closed terrakok closed 8 months ago

terrakok commented 8 months ago

https://repo.maven.apache.org/maven2/io/github/xxfast/kstore-desktop/

xxfast commented 8 months ago

Hmm.. Looks like i messed something up 🤔 Let me take a look

xxfast commented 8 months ago

Weird, the task did get executed correctly, but yeah you are right - it didn't seem to make it. Let me try re-running it

xxfast commented 8 months ago

And it does show up on staging. Let me try releasing this again 🤞

Screenshot 2023-12-01 at 8 59 58 am
xxfast commented 8 months ago

I've triggered a re-release, on the sonatype dashboard, hopefully that will resolve this issue. Looks like search was down today, not sure if that has to do with anything.

In the interim, we can use 0.7.1-SNAPSHOT - which seems to pull in all the artefacts we need.

xxfast commented 8 months ago

0.7.1 released and available for all platforms 👍