Small modules and compilation avoidance are your b...
# kapt
j
Small modules and compilation avoidance are your best hope for fast builds with annotation processors.
s
Do you know how kapt responds to the gradle build cache? i.e. If I have a submodule where kapt is enabled, and I'm not changing the source code in the submodule, can the gradle build cache cache the annotation processor so it doesn't need to run for every build?
j
If it doesn't then it should and would be a bug. Haven't tested