android-mvvm-architecture
                                
                                 android-mvvm-architecture copied to clipboard
                                
                                    android-mvvm-architecture copied to clipboard
                            
                            
                            
                        DaggerAppComponent
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.