Heyho, maybe a newbie question, but hardly find an...
# kapt
a
Heyho, maybe a newbie question, but hardly find any documentation to kapt etc I have a gradle multi project and want to use annotation processing. the module
processor
implements a Processor and I have a META-INF/services/javax.....Processor file everything looks fine. In my main module I use the
processor
-module with kapt as configurations: ```