[Android/Error] 안드로이드 error: cannot find symbol @dagger.hilt.InstallIn(value = {ApplicationComponent.class})
Dagger Hilt를 업데이트하고 나서 Build를 하니깐 아래와 같은 에러가 발생했습니다.
error: cannot find symbol @dagger.hilt.InstallIn(value = {ApplicationComponent.class})
ApplicationComponent 가 SingletonComponent 으로 이름이 변경되었다고 합니다.
Ctrl + Shift + F 를 통해서 ApplicationComponent를 찾아서 SingletonComponent로 변경했더니 잘 되네요..
'기리's Android 이야기' 카테고리의 다른 글
[Android/Kotlin] 안드로이드 ViewBinding with BaseActivity, BaseFragment (3) | 2021.02.06 |
---|---|
[Android/Kotlin] 안드로이드 ViewPager2 인트로 화면 with Navigation Component (3) | 2021.02.06 |
[Android/admob] 안드로이드 애드몹 app-dts.txt 이슈 해결하기 (3) | 2021.02.05 |
[Android/Kotlin] 안드로이드 Notification(1) (1) | 2021.02.05 |
[Android/Kotlin] 안드로이드 Room Database 사용하기(3) Migration (0) | 2021.02.05 |
댓글