Dagger 2.45
What’s new In Dagger
Bug Fixes
- Fixed an issue where a scoped
@Binds
used in a cycle would cause an NPE on component creation in fastInit mode. (fae46c7) - Fixed #3677. Added a better error message for when
@Multibinds
types incorrectly used framework types likeProvider
. (f5ad2b2) - Fixed an issue where when giving a missing binding error, an available matching binding in another component would not be suggested if the matching binding was otherwise unused. (00d84ba)