This library serves as a common ground for various Kotlin Multiplatform utitilies. The functionality is originally based on work done in spilpind/spilpind-app, but I found that I wanted to share that functionality among other projects as well and created this project.
It should be possible to use the library out of the box, but can hopefully also just serve as an inspiration to others.
The project is currently only published to GitHub Packages, so the setup in a new project can be slightly tedious - if requested I might consider publishing it elsewhere as well.
How to add the the repository is explained in the official docs - the url
parameter should be set to https://maven.pkg.github.com/anigif/anigif-kmp
.
After the repository has been registered, the dependency can be added as usual - for instace implementation("dk.anigif:anigif-kmp:<version>")
, where <version>
is replaced by a release version (remove the prepended v
- for instance 0.2.0
).