Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

The-ProxyFox-Group/Plural.kt

Repository files navigation

Plural.kt

A PluralKit API wrapper for Kotlin

To include in a Gradle project:

  • 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
}