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
Looks like this was a bug in our XProcessing dependency that was fixed upstream in aosp/2170603 but unfortunately didn't make it into the 2.44 release in time. However, it should be fixed at HEAD, so I'm going to go ahead and close this.
I can look into doing another Dagger release this week that should include this fix.
Version: 2.44
When a Qualifier on an
@Inject
member field has an enum value, like this:the generated MembersInjector no longer references the enum value correctly (it drops the referencing classes and/or necessary imports):
and therefore causes a compile failure:
In previous versions, up to 2.43.2, it worked fine and generated this code:
The text was updated successfully, but these errors were encountered: