diff --git a/build.gradle.kts b/build.gradle.kts index 38743105..54a21c53 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,6 +57,9 @@ dependencies { compileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT") testCompileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT") + // KHTTP + implementation("khttp", "khttp", "1.0.0") + } /*