Hi , I think `kapt` in my project has a weird prob...
# android
a
Hi , I think
kapt
in my project has a weird problem.I use dagger with requery ( a db library with code generations) , and when i hit run the first time , the classes for requery are not generated , then when i press it again , they are generated and fine and build completes.this happens on every single build! Does anyone have any ideas to solve this issue?