Skip to content

Commit 15d75b6

Browse files
committed
Fix: Forge dev KFF
1 parent dcaa53c commit 15d75b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forge/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ dependencies {
5353
forge("net.minecraftforge:forge:$forgeVersion")
5454

5555
// Add dependencies on the required Kotlin modules.
56-
includeLib("thedarkcolour:kotlinforforge:$kotlinForgeVersion")
5756
includeLib("io.github.llamalad7:mixinextras-forge:$mixinExtrasVersion")
58-
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:$mixinExtrasVersion")!!) // Avoids the mods from conflicting with each other
57+
includeLib("thedarkcolour:kotlinforforge:$kotlinForgeVersion")
58+
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:$mixinExtrasVersion")!!) // Avoids libraries from conflicting with each other
5959

6060
// Add mods to the mod jar
6161
// includeMod(...)

0 commit comments

Comments
 (0)