MohAbbasher / ArchitectureSimple

1 stars 0 forks source link

Nice work, but in your view model class the view model inject annotation is deprecated #1

Open hithamalbasheir opened 3 years ago

hithamalbasheir commented 3 years ago

You should use @hiltviewmodel with @inject, https://stackoverflow.com/questions/66185820/dagger-hilt-assisted-and-viewmodelinject-is-deprecated-in-dagger-hilt-view

MohAbbasher commented 3 years ago

yes now @Inject for viewModel is deprecated .feel free to fork and update it ,then you can make PR I will be happy to read your code.