Search code examples
javaintellij-ideaimmutables-library

Cannot configure IntelliJ Idea to use @Immutables annotations


I've followed the Immutables tutorial to use those annotations on IntelliJ Idea. For some reason the IDE is still showing the generated annotation classes as an error, though the maven compilation is going forward normally. Any idea how to fix this?


Solution

  • I finally ended up solving that by executing Maven >> Generate Source and Update Folders.