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

Latest commit

 

History

History
22 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 388 Bytes

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
}