android / codelab-android-dagger

Apache License 2.0
183 stars 157 forks source link

Documentation Error in Part 8 (Using Dagger in the Main Flow) #71

Open hossainsafwan opened 2 years ago

hossainsafwan commented 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."