Skip to content

Commit 688ecd4

Browse files
committed
Fix: Mixin mod conflict
1 parent 689ad83 commit 688ecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ dependencies {
5454

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

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

0 commit comments

Comments
 (0)