Skip to content

Dagger 2.45

Compare
Choose a tag to compare
@Chang-Eric Chang-Eric released this 10 Feb 00:50
· 297 commits to master since this release

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 like Provider. (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)

What’s new in Hilt

Bug Fixes

  • Fixed #3546. Filtered the compiler args passed to hiltJavaCompile in the Hilt Gradle plugin to avoid overlapping outputs and cache misses. (b7c0d3e)
  • Improved the error message when @HiltAndroidApp is not used in an app module (ffaa7a6)