fix: improve disassemble view for java-input

This commit is contained in:
Skylot
2021-08-22 16:53:54 +01:00
parent 9ea3f0f240
commit 1ce3fc972a
9 changed files with 115 additions and 38 deletions
@@ -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'
}