<@U0B99LPPW> I just realized that kapt3 in Gradle ...
# kapt
e
@yan I just realized that kapt3 in Gradle requires both
compile
and
kapt
to correctly load an annotation processor dependency, while kapt1 (correctly) only needs `kapt`; is that a known issue?