My android project builds fine with lombok 1.16.0, but once I change my dependency to target 1.16.2, I get the following error everywhere I\'m using a lombok annotation:
You can disable the generation of javax.annotation.Generated by putting the following line in a lombok.config file in one of the top directories of your project:
lombok.addGeneratedAnnotation = false
See the configuration documentation for more information.