i am trying to make a annotation processor for java and kotlin code.. and for some reason once the kapt plugin is applied the java annotationprocessor does not run at all anymore..
or is ther another way to run a annotation processor on all languages ?
g
gildor
01/13/2019, 2:30 AM
But if you have Kapt, you don't need APT anymore, Kapt works for Kotlin and Java code. And this is transparent for AP itself