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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Point 3 states "Inject MainActivity in appComponent to populate the injected fields."
It should state "Inject appComponent in MainActivity to populate the injected fields."
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Under Using Dagger in the Main Flow of Using Dagger in your Android app - Kotlin (Part 8)
Point 3 states "Inject
MainActivity
inappComponent
to populate the injected fields."It should state "Inject
appComponent
inMainActivity
to populate the injected fields."The text was updated successfully, but these errors were encountered: