hmmm, I have an app with 55k LOC pure kotlin in a ...
# build-tools
m
hmmm, I have an app with 55k LOC pure kotlin in a single module and we are using dagger2, now I removed it, so I spare like 30 sec build time, kapt is taking 33% of our whole build time which I think is not really worth it 😕 since we are using dagger2 "just" for singeltons I think kapt is not really fast or am I wrong?