android / codelab-android-dagger

Apache License 2.0
181 stars 157 forks source link

Tipo on https://developer.android.com/codelabs/android-dagger#7 #46

Open AlexHuicu opened 3 years ago

AlexHuicu commented 3 years ago

On this step here there is the following note: Note: If you get an error saying that DaggerAppComponent doesn't exist in the project. It's because you have to build the project so the Dagger annotation processor can generate the code.

It should be: Note: If you get an error saying that DaggerAppComponent doesn't exist in the project., it's because you have to build the project so the Dagger annotation processor can generate the code.