This is a fork on AssistedInject
that points to Dagger 2 Shaded
and understands the "new" annotations (@Inject2
, @Module2
, etc), so they can work together.
If you're using Dagger 2 Shaded and want to work with AssistedInject, just add this to your build:
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.blinkist.AssistedInject:assisted-inject-annotations-dagger2:0.5.2-dagger2-shaded-friendly'
kapt 'com.github.blinkist.AssistedInject:assisted-inject-processor-dagger2:0.5.2-dagger2-shaded-friendly'
}