In order to make projects compile with the existing builds of Lombok processor, as a workaround you can use the flag
-Djps.track.ap.dependencies=false
which should be added to File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field.
This will disable collection of dependencies specified by an annotation processor when Filer methods are called