remove lombok
This commit is contained in:
parent
048ea4d489
commit
b3d3ec8a27
1 changed files with 2 additions and 2 deletions
|
@ -284,9 +284,9 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
||||
|
||||
// you will want to install the android studio lombok plugin
|
||||
compileOnly 'org.projectlombok:lombok:1.16.20'
|
||||
//compileOnly 'org.projectlombok:lombok:1.16.20'
|
||||
// compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
|
||||
annotationProcessor "org.projectlombok:lombok:1.16.20"
|
||||
//annotationProcessor "org.projectlombok:lombok:1.16.20"
|
||||
|
||||
// new for tidepool
|
||||
implementation "com.squareup.retrofit2:retrofit:2.4.0"
|
||||
|
|
Loading…
Reference in a new issue