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
Reproduces a bug where `@ContributesBinding` contributions in the same module as a `@DependencyGraph` generated by an external FIR extension (`@DevelopmentAppComponent`) are not discovered during the SUPERTYPES phase.
The `@MetroContribution` annotation's scope argument can't be resolved at the SUPERTYPES phase for same-module classes in real Gradle compilations, causing the contribution to be silently dropped.
0 commit comments