Jun 7, 2021
Hi, we can inject the view model using Hilt. https://github.com/skydoves/DisneyCompose/blob/main/app/src/main/java/com/skydoves/disneycompose/ui/main/Main.kt#L42
But the `hiltNavGraphViewModel` was deprecated on the latest API, we shoukd migrate to use `hiltViewModel` instead.