I'm trying to add Lombok to my Spring Boot project in IntelliJ IDEA. So far, I've
added the plugin under Settings - Plugins (version 0.13.16)
added compile('org.projectlombok:lombok')
to my Gradle dependencies
enabled annotation processing
It still doesn't recognize either the Lombok import or the annotations.
What am I missing?
Solved:
I had to run an update on my Gradle file.