remove lombok

This commit is contained in:
Milos Kozak 2019-06-03 21:17:21 +02:00
parent 048ea4d489
commit b3d3ec8a27

View file

@ -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"