Skip to content

Dagger 2.54

Compare
Choose a tag to compare
@bcorso bcorso released this 20 Dec 19:31
· 14 commits to master since this release

Bug fixes

  • Fixed #4303: Upgrade Hilt Gradle Plugin to support KSP2 configuration. (76b5819)
  • Fixed #4544: Removes private from InstanceHolder field to avoid unnecessary accessor method. (07d8f88)
  • Fixed #4533: Fixes path separator for Windows when creating LazyClassKey proguard file. (efa421a)

Notable changes

  • In preparation for jakarta support, Dagger’s generated factories now include a create() method that uses dagger.internal.Provider rather than javax.inject.Provider. For now, the javax.inject.Provider create() method is also kept for compatibility, but it will be removed in a future release. When that happens, libraries built with the newer version of Dagger may break downstream users of @Component that are built with an older version of Dagger. (d60729d)