Skip to content

v2.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Oct 01:13
· 1 commit to main since this release

Changed

  • Upgrade Kotlin to 2.2.20
  • Upgrade Dagger to 2.57.2
  • Constructors for generated Factorys and MembersInjectors are now private to match changes in Dagger 2.57. This is a breaking change if you relied on the generated constructors and can instead call their static create methods.

Deprecated

  • AndroidVariantFilter.androidVariant is now nullable and deprecated. We're no longer guaranteed that the variant will be available when creating the filter, and the base type is slated to be removed in a future release of AGP.