Specifically, you'd need to have this in your buil...
# android
s
Specifically, you'd need to have this in your build.gradle file:
Copy code
kapt {
    generateStubs = true
}
and
Copy code
kapt 'com.google.dagger:dagger-compiler:2.4'