I am using kapt in a multi-module project together...
# kapt
l
I am using kapt in a multi-module project together with Toothpick, which is similar to Dagger. When compiling a clean build works fine. Incremental builds usually fail, but retrying sometimes work. It complains about missing symbols. It can’t find all the factories.
y
Do you have any particular problem? Can you reproduce it? If yes, then the example project would be greatly appreciated.