Skip to content

This project serves as a common ground for various Kotlin Multiplatform utitilies

License

Notifications You must be signed in to change notification settings

Anigif/anigif-kmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24ec0f0 · Jan 31, 2025

History

24 Commits
Jan 18, 2025
Jan 29, 2025
Jan 29, 2025
Jan 31, 2025
Jan 11, 2025
Jan 11, 2025
Jan 31, 2025
Jan 12, 2025
Jan 29, 2025
Jan 18, 2025
Jan 12, 2025
Jan 12, 2025

Repository files navigation

Anigif Kotlin Multiplatform

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.

Setup

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).