Jimdo / gradle-apt-plugin

A Gradle plugin for the Java annotation processor tool
Apache License 2.0
47 stars 10 forks source link

Specify APTs in the project or in sibling projects #12

Open octylFractal opened 10 years ago

octylFractal commented 10 years ago

I have an APT in one of my projects that I'd love to use without extracting it to a new project, since they share many classes and I'd need two projects more than what I have. However, I'm not sure if this plugin supports using APTs in the project? If it does, how do I do it? If not, can that be made possible?