Closed vijayideas closed 6 years ago
Build the project first then the ActivityComponent
will be implemented by Dagger2 (creating a DaggerActivityComponent
class which you can then import).
Dagger2 formulates the dependency graph at build time so a static analyzer would mark the DaggerActivityComponent
as not found.
The file not in the package-
com.mindorks.example.android_dagger2_example.di.component.DaggerActivityComponent;