Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.0-beta04
->2.5.0
2.5.0-beta04
->2.5.0
2.5.0-beta04
->2.5.0
2.5.0-beta04
->2.5.0
2.5.0-beta04
->2.5.0
2.5.0-beta04
->2.5.0
2.5.0-beta04
->2.5.0
Release Notes
square/anvil (com.squareup.anvil)
v2.5.0
Anvil now experimentally supports incremental compilation and Gradle's build caching,
as of v2.5.0.
This feature is disabled by default.
It can be enabled via a Gradle property or the Gradle DSL:
Gradle Properties
v2.5.0-beta11
Fixed
v2.5.0-beta10
Deprecated
ClassReference.functions
has been deprecated in favor ofClassReference.memberFunctions
andClassReference.declaredMemberFunctions
ClassReference.properties
has been deprecated in favor ofClassReference.memberProperties
andClassReference.declaredMemberProperties
Fixed
ignoreQualifier
arguments when checking for duplicate bindings (#1033)v2.5.0-beta09
Deprecated
ClassName.generateClassName()
andClassReference.generateClassName()
have been renamed to__.joinSimpleNames()
for the sake of clarity. TheClassName
version has also moved packages, so its new fully qualified name iscom.squareup.anvil.compiler.internal.joinSimpleNames
.ClassName.generateClassNameString()
has been renamed/moved tocom.squareup.anvil.compiler.internal.generateHintFileName()
.Fixed
v2.5.0-beta08
Changed
anvil.hint
package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)Fixed
v2.5.0-beta07
Fixed
v2.5.0-beta06
Deprecated
ContributesBinding.priority
has been deprecated in favor of the int-value-basedContributesBinding.rank
. This allows for more granular prioritization, rather than just the three enum entries thatContributesBinding.Priority
offered.Fixed
CodeGenerator
implementations (#956)rank
, restore the enum topriority
(#957)v2.5.0-beta05
Added
Fixed
const
arguments in propagated annotation arguments (#940)@ContributesSubcomponent
generation until the last analysis rounds (#946)Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.