Added Dagger

This commit is contained in:
h4h13 2019-09-05 01:00:24 +05:30
parent 074298dcb0
commit 6cdea14316
47 changed files with 1130 additions and 826 deletions

View file

@ -75,7 +75,9 @@ android {
androidExtensions {
experimental = true
}
kapt {
generateStubs = true
}
}
def getProperties(String fileName) {
@ -150,6 +152,9 @@ dependencies {
implementation 'com.r0adkll:slidableactivity:2.1.0'
implementation 'com.heinrichreimersoftware:material-intro:1.6'
implementation 'com.google.dagger:dagger:2.23.1'
kapt 'com.google.dagger:dagger-compiler:2.23.1'
implementation project(':appthemehelper')
}