I don't think build times with dagger ever caused ...
# kodein
i
I don't think build times with dagger ever caused me any issues, it's the debugging that sucks. Kodein is massively better in that regard imo.
d
we have improved build time of our project twice when migrated dagger2 to kodein. so yes. dagger is significantly slows down the build
i
Interesting, was this on all machines or machines with limited memory environments?
d
we don't have memory limits 🙂
i
everything has limits 😛
d
my guess, the reason is bad kapt incremental compilation abilities
i
ah, that would also be a difference. I never used dagger with kotlin