quangctkm9207 / mvp-android-arch-component

Android MVP sample adapts with new Android architecture components (Lifecycle, Room).
https://tinido.com
MIT License
434 stars 99 forks source link

DaggerQuestionRepositoryComponent cannot resolve class #7

Closed mohitissar closed 5 years ago

mohitissar commented 5 years ago

repositoryComponent = DaggerQuestionRepositoryComponent.builder() .appModule(new AppModule(this)) .build();

can't find the class

quangctkm9207 commented 5 years ago

Let's build the project. It will be created automatically by Dagger.