Lombok not working with Intellij
问题 I am not able to use any of the lombok annotations in Intellij, it works fine in Eclipse. So far, I have done the following things: Added lombok dependency in eclipse Installed the lombok plugin Enabled annotation processing However, I cannot use any of the lombok annotations, eg: using @Builder gives error because import lombok.Builder does not exists. I am using IDEA 2018.2.1 CE Any ideas, what am I doing wrong? MVN dependency: Can see the dependency resolved: Can see the lombok plugin: