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 18fc47c + 155c8a8 commit 5cd7368Copy full SHA for 5cd7368
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