it’s actually not a separate dependency, kapt3 plu...
# kapt
g
it’s actually not a separate dependency, kapt3 plugin bundled to kotlin gradle plugin dependency annotationProcessor dependency is an another annotation processor bundled to Gradle Android plugin and that can work only with java, so kapt should do nothing with such dependency configurations. I think it’s common pattern, when you enable some feature explicitly only you need it, not everyone use annotation processing.