I am using dagger2 library. whenever I am trying to run my project is says not able to create instance of view model class.
main activity where I am trying to create
Need to add below code in all activity if you use multiple activity
AndroidInjection.inject(this);