Fix KotlinCore

This commit is contained in:
2024-08-05 11:32:33 +02:00
parent 1c7ab28a77
commit 59316c673b
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ sourceSets {
dependencies {
implementation(kotlin("reflect"))
compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
}
kotlin {