Skip to content

Dagger 2.39

Compare
Choose a tag to compare
@groakley groakley released this 30 Sep 01:06
· 803 commits to master since this release

What’s new in Hilt

New breaking changes

  • The compiler flag shareTestComponents now defaults to true. This may significantly improve test compilation time for large projects, but is a breaking change for some tests due to changed visibility requirements. See Hilt’s flags documentation for details. (7e09cee)
  • Hilt compiler flags are now strictly verified. Invalid flags will no longer compile. (742ba95)

Bug fixes

  • Fix #2779: Dagger no longer requires the additional google repository mentioned in the Dagger 2.28 release notes. (01cf47b)
  • There is now a runtime flag to control the Fragment.getContext() fix submitted in #2620. This allows enabling or disabling the fix without a compiler flag in order to permit a staged rollout. (c3f613f)
  • Fix #2789: Fixes issue with using EarlyEntryPoints being dropped when using enableAggregatingTask (38db196)
  • Fix a remote cache miss due to @Input parameter in ASM transform. (2f50035)