Closed JakeWharton closed 3 years ago
With Dagger's built-in assisted injection we'll be removing our own. But we cannot reuse Dagger's @Assisted for inflation inject since it validates all usages are within its own @AsisstedInject.
@Assisted
@AsisstedInject
@MattPrecious
With Dagger's built-in assisted injection we'll be removing our own. But we cannot reuse Dagger's
@Assisted
for inflation inject since it validates all usages are within its own@AsisstedInject
.