Join Slack
Powered by
Specifically, you'd need to have this in your buil...
# android
s
sindrenm
12/15/2016, 10:49 AM
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'
Open in Slack
Previous
Next