Added khttp as a dependency

This commit is contained in:
bluefireoly
2020-10-19 17:50:59 +02:00
parent 15feb12cd8
commit 51fa10eb53

View File

@@ -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")
}
/*