You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[runtime] Add an optional @Origin.context property, allowing generators to attach extra context to an origin if they want.
Enhancements
[IR] When a missing binding is a generated contribution provider for an unexposed impl class, include a hint about that in the MissingBinding error message.
Fixes
[FIR] Fix diagnostic reporting for injection sites referring to contribution classes is not annotated @ExposeImplBinding and generateContributionProviders is enabled. Previously it didn't report on all cases.
[IR] When reporting binding errors with generateContributionProviders enabled, if the referenced declaration is a @Contributes* binding then report the original declaration rather than the (source-less) generated declaration.
Changes
[compiler] Test Kotlin 2.3.21.
[ide] Test IntelliJ 2026.1.1.
[ide] Test Android Studio Panda 4.
[ide] Test Android Studio Quail canaries.
Configuration
📅 Schedule: (UTC)
Branch creation
At any time (no schedule defined)
Automerge
At any time (no schedule defined)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
If you want to rebase/retry this PR, check this box
❌ Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.35%. Comparing base (d7be603) to head (384c806). ⚠️ Report is 4 commits behind head on develop.
📱 Scan the QR code below to install the build (arm64 only) for this PR.
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/nPnGJu
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️Warning: custom changes will be lost.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:
0.13.2→1.0.00.13.2→1.0.00.13.2→1.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ZacSweers/metro (dev.zacsweers.metro)
v1.0.0Compare Source
2026-04-27
This is the first stable release of Metro!
This means that its runtime APIs (
runtime,metroxartifacts, Gradle plugin, etc) are now API stable unless annotated with an experimental annotation.See the announcement post!
Consider sponsoring Metro's development
Changes since RC4
New
@Origin.contextproperty, allowing generators to attach extra context to an origin if they want.Enhancements
MissingBindingerror message.Fixes
@ExposeImplBindingandgenerateContributionProvidersis enabled. Previously it didn't report on all cases.generateContributionProvidersenabled, if the referenced declaration is a@Contributes*binding then report the original declaration rather than the (source-less) generated declaration.Changes
2.3.21.2026.1.1.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.