plugins { id 'jadx-library' } dependencies { api(project(":jadx-plugins:jadx-plugins-api")) // show bytecode disassemble implementation 'io.github.skylot:raung-disasm:0.0.3' testImplementation(project(":jadx-core")) }