Skip to content
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

import com.hackvg.android.di.components.DaggerAppComponent #23

Open
ttylinux opened this issue May 9, 2015 · 2 comments
Open

import com.hackvg.android.di.components.DaggerAppComponent #23

ttylinux opened this issue May 9, 2015 · 2 comments

Comments

@ttylinux
Copy link

ttylinux commented May 9, 2015

import com.hackvg.android.di.components.DaggerAppComponent not found.

@KushtrimPacaj
Copy link

@ttylinux AppComponent is an interface, based on which Dagger generates an implementation ( which it prefixes with "Dagger", so the implemenation becomes "DaggerAppComponent" ).
Just build the projects, and DaggerAppComponent will be autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants