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.
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.