fix: improve disassemble view for java-input
This commit is contained in:
@@ -4,4 +4,8 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
api(project(":jadx-plugins:jadx-plugins-api"))
|
||||
|
||||
// show bytecode disassemble
|
||||
implementation 'org.ow2.asm:asm:9.2'
|
||||
implementation 'org.ow2.asm:asm-util:9.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user