chiragjain / CleanArchitecture

Android App Architecture
14 stars 3 forks source link

DaggerSplashActivityComponent is not found #1

Closed sankar2389 closed 6 years ago

sankar2389 commented 6 years ago

In SplashActivity the following class import cannot be resolved

import com.cjlib.cleanarchitecture.login.di.DaggerSplashActivityComponent;

sankar2389 commented 6 years ago

I can able to resolve this once I build the project. (Sorry I ddn't have prior knowledge about Dagger 2