mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-10 04:19:20 +01:00
chore: explicitly reference ASM in build.gradle
This commit is contained in:
parent
642373b4ac
commit
9900e370a7
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
implementation 'org.ow2.asm:asm-commons:9.5'
|
||||
implementation 'ftbsc:lll:0.4.0'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue