We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef495c commit 8763aa7Copy full SHA for 8763aa7
forge/build.gradle.kts
@@ -49,6 +49,10 @@ fun DependencyHandlerScope.setupConfigurations() {
49
}
50
51
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
56
// Forge API
57
forge("net.minecraftforge:forge:$forgeVersion")
58
0 commit comments