remove lombok

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-29 00:56:58 +02:00
parent 61aaae4dc2
commit 8a2f8e29c6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 0 additions and 5 deletions

View File

@ -148,7 +148,6 @@ ext {
coilKtVersion = "1.2.0"
daggerVersion = "2.34.1"
okhttpVersion = "3.14.2"
lombokVersion = "1.18.12"
materialDialogsVersion = "3.3.0"
parcelerVersion = "1.1.13"
powermockVersion = "2.0.9"
@ -226,9 +225,6 @@ dependencies {
annotationProcessor "org.parceler:parceler:$parcelerVersion"
kapt "org.parceler:parceler:$parcelerVersion"
implementation 'net.orange-box.storebox:storebox-lib:1.4.0'
compileOnly "org.projectlombok:lombok:${lombokVersion}"
annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
kapt "org.projectlombok:lombok:${lombokVersion}"
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
kapt "com.jakewharton:butterknife-compiler:${butterknifeVersion}"
implementation 'com.github.HITGIF:TextFieldBoxes:1.4.5'

View File

@ -1 +0,0 @@
lombok.addGeneratedAnnotation = false