Skip to content

Commit 850ed91

Browse files
committed
Change MixinExtras dependency from localRuntime to implementation
1 parent d2ad3db commit 850ed91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
modLocalRuntime(libs.inline.fabric)
7676

7777
libs.mixinExtras.fabric.also {
78-
localRuntime(it)
78+
implementation(it)
7979
include(it)
8080
annotationProcessor(it)
8181
}

Forge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
}
8484

8585
libs.mixinExtras.forge.also {
86-
localRuntime(it)
86+
implementation(it)
8787
include(it)
8888
}
8989

0 commit comments

Comments
 (0)