Writes to enable annotation processing in the Compiler section settings, but in this project the Compiller tab does not expand.
added to gradle
dependencies { ... compileOnly 'org.projectlombok:lombok:1.18.2' annotationProcessor 'org.projectlombok:lombok:1.18.2' ... } Gradle version 4.4
Android plugin version 3.1.4
Build tools 28.0.2
