My problem with dagger is that it breaks with kapt...
# android
p
My problem with dagger is that it breaks with kapt so often so I have to do a full rebuild
j
sounds like your problem is with kapt, not dagger
p
Yes, but I can't get rid of kapt, but I can get of dagger 😉
l
We’re having a similar problem with Toothpick. A full rebuild works every time, incremental build often need to be attempted multiple times before they work. Leading me to believe there is a problem with Gradle Android Plugin 3.0 + kapt. I have no idea how to fix this. I’ve tried kotlin 1.1.50 because that apparently had a Dagger fix, but no dice.