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
@ContributesBinding supports qualifiers now, see the README and documentation for examples.
You can generate multibindings with @ContributesMultibinding now, see the README and documentation for examples, see #152.
Upgrade Dagger to 2.32. Generating factories for assisted injection is no longer compatible with older Dagger versions due to the behavior change in Dagger itself. Make sure to use Dagger version 2.32 or newer in your project, too.
@ContributesBinding has a priority field now for cases where you don't have access to replaced bindings at compile time, see #161.
Use the mangled function name to generate the factory for a provider method.
Handle fully qualified names with type parameters for Dagger factories properly, see #198.
Support classes in the root package and don't crash, see #227.