<@U0ANSGGVC> Hey, I setup the project and replace...
# android
w
@kirillrakhman Hey, I setup the project and replaced
androidTestApt '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?