Relative Content

Tag Archive for javalombok

“symbol not found” when using Lombok

after adding Lombok version 1.18.32 to my Java Project, it doesn’t compile any more. I’m using IntelliJ Idea 2023.3.2 and installed the Lombok plugin.
I’m getting “Symbol not found” for all the generated getters and setters.
The errors only show up when building the application.
I tried activating annotation processing in the IntelliJ settings and tried different versions of Lombok, but it didn’t help