Open hossainsafwan opened 2 years ago
Under Using Dagger in the Main Flow of Using Dagger in your Android app - Kotlin (Part 8)
Point 3 states "Inject MainActivity in appComponent to populate the injected fields." It should state "Inject appComponent in MainActivity to populate the injected fields."
MainActivity
appComponent
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 "InjectappComponent
inMainActivity
to populate the injected fields."