Skip to content

Commit 3bd1cef

Browse files
committed
More explosure
1 parent cf40d54 commit 3bd1cef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pylon-core/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ dependencies {
3434
runtimeOnly(project(":nms"))
3535

3636
apiDownloadedAtRuntime("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
37+
apiDownloadedAtRuntime("org.jetbrains.kotlin:kotlin-reflect:2.1.10")
3738
apiDownloadedAtRuntime("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
3839

3940
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
4041

41-
downloadedAtRuntime("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.22.0")
42-
downloadedAtRuntime("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.22.0")
42+
apiDownloadedAtRuntime("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.22.0")
43+
apiDownloadedAtRuntime("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.22.0")
4344
apiDownloadedAtRuntime("xyz.xenondevs.invui:invui-core:1.46")
4445
// see https://github.com/NichtStudioCode/InvUI/blob/main/inventoryaccess/inventory-access/src/main/java/xyz/xenondevs/inventoryaccess/version/InventoryAccessRevision.java
4546
downloadedAtRuntime("xyz.xenondevs.invui:inventory-access-r24:1.46:remapped-mojang")

0 commit comments

Comments
 (0)