项目作者: Hilmantm
项目描述 :
Hilt provides a standard way to incorporate Dagger dependency injection into an Android application. Hilt works by code generating your Dagger setup code for you. This takes away most of the boilerplate of using Dagger and really just leaves the aspects of defining how to create objects and where to inject them. Hilt will generate the Dagger components and the code to automatically inject your Android classes (like activities and fragments) for you.
高级语言: Kotlin
项目地址: git://github.com/Hilmantm/android-hilt-practice.git