We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56473d commit fdc2222Copy full SHA for fdc2222
build.gradle.kts
@@ -83,7 +83,7 @@ dependencies {
83
annotationProcessor("com.google.guava", "guava", "32.1.2-jre")
84
annotationProcessor("com.google.code.gson", "gson", "2.8.9")
85
86
- val mixinBooter: String = modUtils.enableMixins("zone.rong:mixinbooter:8.6") as String
+ val mixinBooter: String = modUtils.enableMixins("zone.rong:mixinbooter:8.6", "mixins.${id}.refmap.json") as String
87
api(mixinBooter) {
88
isTransitive = false
89
}
0 commit comments