janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.95k stars 936 forks source link

DaggerAppComponent #32

Open mohitissar opened 6 years ago

mohitissar commented 6 years ago

class not found

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

amitshekhariitbhu commented 6 years ago

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

mohitissar commented 6 years ago

yeah this generate after build

sunil91 commented 4 years ago
 @amitshekhariitbhu   DaggerAppComponent.builder().application(this).build().inject(this); This file is not generate.