-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DaggerAppComponent Not able to build #73
Comments
@JayGreenApex Have you rebuild the project? |
I have cleaned and rebuild project lots of time but no luck. |
I am getting something like this.
|
If i remove Room Database Setup then it us getting build successfully otherwise not. Can you help me please. |
@amitshekhariitbhu
I am having Android app with MVVM architecture.
I need to have use RoomDatabase and i came to your repo and taken reference of it.
Setup everything as of your demo for Room Database and tried to build my Project.
But suddenly DaggerAppComponent no more able to build now. I crossed check everything same as of your demo and required setup is done.
Can you help me please.
error: cannot find symbol import com.iam.app.di.component.DaggerAppComponent;
The text was updated successfully, but these errors were encountered: