Skip to content

Commit 71335e2

Browse files
committed
fix: stop using refmaps on Loom
Signed-off-by: Octol1ttle <[email protected]>
1 parent 325e745 commit 71335e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ modstitch {
8181

8282
// Configure loom like normal in this block.
8383
configureLoom {
84+
@Suppress("UnstableApiUsage")
85+
mixin {
86+
useLegacyMixinAp = false
87+
}
88+
8489
runConfigs.all {
8590
ideConfigGenerated(environment == "client")
8691
runDir("../../run")

0 commit comments

Comments
 (0)