diff --git a/build.gradle.kts b/build.gradle.kts index 8b1894a4..62bf1325 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }