I\'m using Android Studio 2.2 Preview 7, and the Lombok plugin suddenly started saying: Annotation processing seems to be disabled for the project X, and provid
Annotation processing seems to be disabled for the project X
In AndroidStudio 3.5+ do next steps:
File -> Other Settings -> Preferences for New Projects... (!)
Build, Execution, Deployment
Compiler
Annotation Processors
Enable annotation processing
If it still wouldn't work just reinstall Lombok plugin.