A PluralKit API wrapper for Kotlin
- Add the ProxyFox maven
repositories {
// ...
maven("https://maven.proxyfox.dev")
}
- Add the artifact
dependencies {
implementation("dev.proxyfox:pluralkt:$pluralkt_version") //Define a variable called `pluralkt_version` and set it to the latest release version
}