Skip to content

Build(deps): Bump com.google.dagger:hilt-compiler from 2.54.0 to 2.56.1

Bumps com.google.dagger:hilt-compiler from 2.54.0 to 2.56.1.

Release notes

Sourced from com.google.dagger:hilt-compiler's releases.

Dagger 2.56.1

Bug fixes

  • [Dagger] Fixed #4624: Shade Dagger's javapoet-kotlinpoet dependency.

Dagger 2.56

Notable/breaking changes

  • [Jakarta support] Remove deprecated Factory create methods that take a javax.inject.Provider. This means components built with an older Dagger version but with factory dependencies from a newer Dagger version will no longer compile. If you run into this, the Dagger version compiling the component must be upgraded. (3412e6c03)
  • [Jakarta support] Disallow providing or injecting dagger.internal.Provider. Also disallow injections of raw Provider in Maps, for both javax and dagger Providers. (962bb3335)
  • [Dagger]: Usages of @Multibinds and @ElementsIntoSet in Kotlin sources must now use Set/Map from the kotlin.collections package rather than the java.util package.

Bug fixes

  • [Jakarta support] Add support for Jakarta annotations to Hilt. (9001b5503)
  • [Jakarta support] Fixed #4572. Fix issue with jakarta.inject.Provider support where in certain cases requests for a Map<K, Provider<V>> would fail to compile. (f4e80036f)
  • [Dagger] Remove private modifier from fields/methods within generated Dagger component's private implementation classes (see #4544). (79f8633e5)
  • [Hilt] Partially Fixed #4423: Fix project isolation violation when checking that Hilt libraries are applied along the Gradle plugin. (91450da6a)

Dagger 2.55

Notable/breaking changes

  • Added support for injecting jakarta.inject.Provider. This should be usable anywhere javax.inject.Provider is usable. Note that this technically comes with a breaking change to disallow providing jakarta.inject.Provider types in the same way it is disallowed for javax.inject.Provider. (caa7e178b)
  • Fixed a number of binding graph related issues. These fixes can be enabled with, -Adagger.useBindingGraphFix=ENABLED, but due to this sometimes being a breaking change we’ve set the default behavior to “disabled” for now. We will flip the default to “enabled” in a future release, and eventually remove the flag altogether. Enabling this feature can fix a number of confusing error messages. See https://dagger.dev/dev-guide/compiler-options#useBindingGraphFix for more details.

Bug fixes

  • Fixed #4549: Fixed incremental processing for LazyClassKey proguard files by adding the originating element to the writeResource call. (98a027541)
Commits
  • 263ef0b 2.56.1 release
  • e0357b2 [XPoet Migration]: Migrate more CodeBlock usages to XCodeBlock.
  • 9631868 [XPoet Migration]: Migrate more CodeBlock usages to XCodeBlock
  • 580a6ec [XPoet Migration]: Migrate CodeBlock usages to XCodeBlock.
  • a5398f7 Shade Dagger's javapoet-kotlinpoet dependency.
  • 3ddaaad Update Dagger yml and README with new latest version number.
  • b3d3443 Enable write permission to GitHub Action's "Publish Artifact" job.
  • 9001b55 Where Hilt checks for Javax annotations, add support for Jakarta annotations.
  • 2572582 Add @​NullMarked to dagger package.
  • 9852108 Restructure hilt-android-testing sources
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading