Feb 22, 2021
Honestly, the only bug I know of in Hilt atm is that you can’t create 2+ ViewModels of the same type in the same ViewModelStore, but I don’t think that’s common. Hilt makes the standard usage of Dagger-Android happen with less effort, I’d say it’s generally trustworthy (and its API is stabilizing and reasonable). I wouldn’t really use Dagger-Android on new projects for the cases that Hilt handles.