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
Thanh-Son-Philippe Lam edited this page May 26, 2019
·
1 revision
Dependency Injection for all artifacts (including shared ones) is delegated to each platform. For example, the Android modules makes use of Dagger to inject dependencies.
Nevertheless, the di package of the shared module contains expected annotations classes that can be used to describe dependencies. For example, here is the Inject annotation.