<@U0B85AN68> `kapt` means that the dependency is i...
# kapt
y
@Eugenio
kapt
means that the dependency is included in the annotation processing classpath,
compile
means that it goes to the compile classpath. So if your annotation processing library has the single artifact for the processor and runtime, you need to include it twice.