10 Jun 2021 Coroutines Hilt Create an application CoroutineScope using Hilt Inject an application-scoped CoroutineScope using Hilt.
4 May 2021 Hilt Hilt is stable! Easier dependency injection on Android Hilt, Jetpack’s recommended dependency injection (DI) solution for Android apps, is already stable!
21 Jan 2021 Hilt Using Hilt's ViewModelComponent ViewModelComponent is a component in the Hilt’s component hierarchy that follows the lifecycle of a ViewModel and allows scoping types to it.
24 Nov 2020 Hilt Migrating from Dagger to Hilt — Is it worth it? Consider whether or not you should migrate your Dagger app to Hilt
21 Jul 2020 Hilt Scoping in Android and Hilt Learn about scoping in Android and how that relates to scoping in Hilt
9 Jul 2020 Hilt Hilt — Adding components to the hierarchy Get more flexibility in Hilt by adding your own components to the hierarchy
1 Jul 2020 Hilt Dagger Dagger and Hilt navigation support in Android Studio Easily navigate between Dagger and Hilt related code in Android Studio
10 Jun 2020 Hilt Dependency injection on Android with Hilt Learn about Jetpack’s recommended library for dependency injection