Annotation processing from source
Answered
I have a multip project gradle build, I have a project for my annotation processor and it is declared as a compileOnly dependency.
Other annotation processors in the class path work and my processor works when I execute the gradle task. But it doesn't execute with Intellij's build. Why is that?
Please sign in to leave a comment.
https://youtrack.jetbrains.com/v2/issue/IDEA-179147 might be the case.
Dependencies that resolve to a Jar work correctly. Lombok for example works without any configuration other than enabling annotation processing