I am following the guide here: https://github.com/ecgreb/dagger-2-testing-demo
I have the following setup in my app/src/main (the injection and @Provides code omitte
If you are using kotlin use "kaptAndroidTest" to generate dagger component for android tests in your build.gradle file.