Don't use experimental features of Android Extensions in 'testAndroidDaggerIC()'

AndroidDaggerProject uses the @Parcelize functionality that was experimental until 1.3.30. Now it is not.
This commit is contained in:
Yan Zhulanow
2019-03-20 19:32:22 +03:00
parent 44f752d1c5
commit 683c2b0434
@@ -47,8 +47,4 @@ dependencies {
compile 'com.google.dagger:dagger:2.0.1'
kapt 'com.google.dagger:dagger-compiler:2.0'
provided 'org.glassfish:javax.annotation:10.0-b28'
}
androidExtensions {
experimental = true
}