Skip to content

Commit 334ee78

Browse files
committed
Yes Idra I did test it this time
1 parent 93fd725 commit 334ee78

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pylon-core/build.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ dependencies {
2727

2828
runtimeOnly(project(":nms"))
2929

30-
paperLibrary("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
30+
paperLibraryApi("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
31+
paperLibraryApi("org.jetbrains.kotlin:kotlin-reflect:2.1.10")
32+
paperLibraryApi("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
3133

3234
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
3335

34-
paperLibrary("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.22.0")
35-
paperLibrary("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.22.0")
36+
paperLibraryApi("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.22.0")
37+
paperLibraryApi("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.22.0")
3638
paperLibraryApi("xyz.xenondevs.invui:invui-core:1.46")
3739
// see https://github.com/NichtStudioCode/InvUI/blob/main/inventoryaccess/inventory-access/src/main/java/xyz/xenondevs/inventoryaccess/version/InventoryAccessRevision.java
3840
paperLibrary("xyz.xenondevs.invui:inventory-access-r24:1.46:remapped-mojang")

0 commit comments

Comments
 (0)