IntelliJ IDEA cannot see Lombok generated code
问题 I have a Gradle-based project that uses lombok. I have imported this project into IntelliJ IDEA 14.1 (using the Import External Model import method). I can run the JUnit4 unit tests without problem in Gradle, but IntelliJ seems to have a problem seeing the Lombok generated Getters. This is preventing me from running the tests in IDEA. To make sure it wasn't a set up issue, I created a Very simple project and confirmed that the same issue occurs in the simple test project. My versions: Gradle: