A utility library for all KirboSoftware mods
add the repository
repositories {
//...
maven {
name "KirboSoftware"
url "https://maven.kirbosoftware.com/releases"
}
//...
}then add the project like so
dependencies {
//...
modImplementation "com.kirbosoftware:poyolib:$version"
//...
}replace $version with the version of poyo lib you want to use.
latest is 0.3.0
Poyo Lib is under the MIT, please check out the license!