👩💻Installation
How to configure your project to use Yamvil
Yamvil artifacts are stored in Maven Central,
In libs.versions.toml
, add the following;
In the root build.gradle.tks
add the following:
And the build.gradle.kts
build file of any module yamvil is needed, add the following:
A good Gradle Sync and you should be good to go!
Last updated