I have a Gradle project on Java with Lombok module installed. All fields have @Getter/@Setter annotation, and if I click on any of get/set methods, they will lead me to those fields. But whenever I try to run or build project I get an error "cannot find symbol method get/set".
I tried to invalidate cache, didn't help.