Dagger2
[Hilt] 5.2 Core APIs – Hilt Application
https://dagger.dev/hilt/application 5.2 Core APIs – Hilt Application Gradle 플러그인을 사용하는 것을 가정하고 설명하고 있다. 만약 플러그인을 사용하지 않는다면 Gradle 설정하기 섹션을 참조하자. Hilt Application Hilt를 사용하는 모든 앱은 @HiltAndroidApp이 달린 Application 클래스를 포함해야 한다. @HiltAndroidApp은 Hilt 컴포넌트의 코드 생성과 컴포넌트를 더보기…