[+] Add lombok dependency

This commit is contained in:
Hykilpikonna
2020-02-21 14:37:19 -05:00
parent 866a704100
commit bd084ee100
+3
View File
@@ -155,6 +155,9 @@ dependencies {
}
testImplementation 'junit:junit:4.12'
compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'
}
mixin {