java lombock

Hi everyone, I need some help with Lombok in my project.

I’ve been using Lombok for a while without any issues, but today I ran into a problem. When I add Lombok annotations, the compiler recognizes all the Lombok methods and classes (nothing is highlighted in red), but when I try to compile the project, I get an error saying that the method doesn’t exist.

For example, I’m using the u/Getter annotation on a field, but when I try to call the getter method (like object.getId()), the compiler says it cannot find such a method.

Has anyone faced this issue before? Any advice on how to resolve this?