We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56455c commit f81fcf8Copy full SHA for f81fcf8
data/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.neenbedankt.android-apt'
3
4
android {
5
def globalConfiguration = rootProject.extensions.getByName("ext")
@@ -39,6 +40,9 @@ dependencies {
39
40
compile domainLayer
41
42
//library dependencies
43
+ apt "com.google.dagger:dagger-compiler:2.0-SNAPSHOT"
44
+ provided 'org.glassfish:javax.annotation:10.0-b28'
45
+ compile 'com.google.dagger:dagger:2.0-SNAPSHOT'
46
compile('com.google.code.gson:gson:2.3')
47
compile 'io.reactivex:rxjava:1.0.3'
48
compile 'io.reactivex:rxandroid:0.23.0'
0 commit comments