From 72312a45e029d2e5f0e9d5af0123e701b023974f Mon Sep 17 00:00:00 2001 From: Hare Date: Tue, 9 Dec 2025 18:18:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20paperLibrary=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 32a0545..82dce1a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ repositories { dependencies { compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT") - compileOnly("org.jetbrains.kotlin:kotlin-stdlib") + paperLibrary("org.jetbrains.kotlin:kotlin-stdlib") } tasks { withType {