Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-10-19 23:35:01 +02:00
parent ce62e97358
commit deb28cd9b2

View File

@@ -58,7 +58,7 @@ dependencies {
testCompileOnly("org.spigotmc", "spigot", "1.16.3-R0.1-SNAPSHOT")
// KHTTP
implementation("khttp", "khttp", "1.0.0")
api("khttp", "khttp", "1.0.0")
}