i am trying to make a simple annotation processor ...
# kapt
n
i am trying to make a simple annotation processor for java and kotlin files.. just to extract some annotations from POJOs and data classes at compiletime but for some reason once i apply kapt the java annotation processor stops working, just does nothing.. any way i can test a annotation processor both on kapt and annotationProcessor ?