janishar/android-mvvm-architecture

DaggerAppComponent

mohitissar opened this issue · 3 comments

class not found

import com.mindorks.framework.mvvm.di.component.DaggerAppComponent;

@mohitissar This will be auto-generated when you build the app, as dagger2 generates code.

yeah this generate after build

 @amitshekhariitbhu   DaggerAppComponent.builder().application(this).build().inject(this); This file is not generate.