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?

0
2 comments
Avatar
Permanently deleted user

Dependencies that resolve to a Jar work correctly. Lombok for example works without any configuration other than enabling annotation processing

0

Please sign in to leave a comment.