quangctkm9207 / mvp-android-arch-component

Android MVP sample adapts with new Android architecture components (Lifecycle, Room).

Home Page:https://tinido.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DaggerQuestionRepositoryComponent cannot resolve class

mohitissar opened this issue · comments

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

can't find the class

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