Writes to enable annotation processing in the Compiler section settings, but in this project the Compiller tab does not expand.

enter image description here

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

    1 answer 1

    I updated all the dependencies to the latest versions, and also set the maximum version of compileSdkVersion, and it all worked.