Dagger 2.40
danysantiago
released this
27 Oct 23:03
·
876 commits
to master
since this release
What’s New in Hilt
New Changes
- Flip the runtime flag default so that the fix is off and remove the compiler option for the
Fragment.getContext()
fix to make it easier to roll out the fix. This does not change the current default behavior of having the fix be off. (1c24b97, e61ff72) - Turn ON
enableAggregatingTask
by default in Hilt (90ea6a6)
Bug fixes