efemoney
01/26/2018, 4:55 PMcommon
module, can I get away with defining
dependencies {
kapt 'com.google.dagger:dagger-compiler:2.14.1'
api 'com.google.dagger:dagger:2.14.1'
}
in the common
module and have it appear transitively in the others?