We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a5b3d6 + 5cd7368 commit 6561b99Copy full SHA for 6561b99
build.gradle.kts
@@ -86,7 +86,9 @@ dependencies {
86
87
implementation(files(gradleToolingExtensionJar))
88
89
- implementation(libs.mixinExtras.expressions)
+ implementation(libs.mixinExtras.expressions) {
90
+ exclude(group = "org.ow2.asm", module = "asm-debug-all")
91
+ }
92
testLibs(libs.mixinExtras.common)
93
94
implementation(libs.mappingIo)
0 commit comments