waqas
01/05/2017, 11:12 AMandroidTestApt 'com.google.dagger:dagger-compiler:2.4'
with kaptTest 'com.google.dagger:dagger-compiler:2.4'
as you mentioned yesterday, As soon as I replace, dagger files in test sources are not generated any more. Replacing with androidTestApt back fixes it right away. I am not using any kotlin code in this setup at the moment. Want dagger to work first. Any clues what I can do to make it work?