Am I the only one who has to rebuild the whole pro...
# android
p
Am I the only one who has to rebuild the whole project each time a build fails?
👍 1
u
Nope. Happens to me, too. I blame
kapt
.
p
Btw, what greatly increased my recovery time is a
./gradlew :app:clean
because the other modules seem to be fine
u
Interesting. Will try that out the next time I run into this.