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 d611ab0 commit eb14fd8Copy full SHA for eb14fd8
forge/build.gradle.kts
@@ -80,14 +80,7 @@ dependencies {
80
// Add dependencies on the required Kotlin modules.
81
includeLib("org.reflections:reflections:0.10.2")
82
includeLib("org.javassist:javassist:3.28.0-GA")
83
-
84
- // Temporary, only works for production
85
- // See https://github.com/MinecraftForge/MinecraftForge/issues/8878
86
- includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion") {
87
- exclude(group = "org.jetbrains.kotlin")
88
- exclude(group = "org.jetbrains.kotlinx")
89
- exclude(group = "org.slf4j")
90
- }
+ includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
91
92
// Add mods to the mod jar
93
includeMod("thedarkcolour:kotlinforforge:$kotlinForgeVersion")
0 commit comments