diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-09 00:04:34 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-09 00:04:34 +0100 |
commit | 016846f92eab3a85f6481a4d517aef26e692355c (patch) | |
tree | ad2014c9cc60fcd6715485d2a9b70a4286939723 /build.gradle | |
parent | 483b11125941cf0659beb909163081f4dc871046 (diff) |
feat: added BytecodePrinter
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index c52b0f4..ee02717 100644 --- a/build.gradle +++ b/build.gradle @@ -8,4 +8,6 @@ repositories { dependencies { implementation 'org.ow2.asm:asm-commons:9.4' + implementation 'org.ow2.asm:asm-util:9.4' + implementation 'org.apache.logging.log4j:log4j-api:2.15.0' } |