Skip to content

Commit 8763aa7

Browse files
committed
Fix: Crash on forge dev env
1 parent aef495c commit 8763aa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

forge/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ fun DependencyHandlerScope.setupConfigurations() {
4949
}
5050

5151
dependencies {
52+
// TODO: Fix forge dev env saying there are missings mods but not in prod, maybe it needs deobfuscated mods?
53+
54+
compileOnly(kotlin("stdlib")) // Hacky fix https://github.com/thedarkcolour/KotlinForForge/issues/93
55+
5256
// Forge API
5357
forge("net.minecraftforge:forge:$forgeVersion")
5458

0 commit comments

Comments
 (0)