Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
FiLKoNd committed Nov 10, 2024
1 parent 6e55ad7 commit 8d38652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ subprojects {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation(kotlin("reflect"))
compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
}

Expand Down
3 changes: 3 additions & 0 deletions paperktlib-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation(kotlin("reflect"))

implementation(project(":paperktlib-towny"))
implementation(project(":paperktlib-paper"))
implementation(project(":paperktlib-adventure"))
Expand Down

0 comments on commit 8d38652

Please sign in to comment.