BracketCove / RoomDemo2017

Learning project and teaching tool for Room Persistence Library, of Android Architecture Components
Apache License 2.0
148 stars 55 forks source link

Where is DaggerApplicationComponent class #4

Closed joniltonsilva closed 6 years ago

joniltonsilva commented 7 years ago

Hi, i'm not find DaggerApplicationComponent in packages.

manusobles commented 7 years ago

Hi @joniltonsilva, you have to make the project. You'll find the option in Build menu. This class is created automatically by Dagger and does not exist until you make or build the project for the first time.

BracketCove commented 6 years ago

Thanks for answering manusoft; appreciated!