Skip to content

Commit 03ae2c3

Browse files
pnk2udicedpixels
andcommitted
Use legacy mixin annotation processor (1.4.10|1)
Fixes #13 Thanks to @dicedpixels for suggesting this solution Co-Authored-By: dicedpixels <121529979+dicedpixels@users.noreply.github.com>
1 parent a14a82b commit 03ae2c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ repositories {
3030
}
3131

3232
loom {
33+
mixin {
34+
useLegacyMixinAp = true
35+
}
3336
accessWidenerPath = file("src/main/resources/mstv-base.accesswidener")
3437
}
3538

0 commit comments

Comments
 (0)