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:
If you're facing same issue in Android Studio using gradle - add following line to build.gradle:
provided 'org.glassfish:javax.annotation:10.0-b28'