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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
Pommel will no longer automatically install the generated module into a component. You now have now have to specify which component you want to install into via the installIn parameter in the @SoloModule annotation. This changes allows you to now install into a custom component.
The install parameter was removed from the @SoloModule annotation. You can no longer choose to no install a generated module into a component. This change now forces you to use Dagger-Hilt with Pommel.