티스토리 뷰
Computer/Android&iOS
error: cannot find symbol @dagger.hilt.InstallIn(value = {ApplicationComponent.class})
ywlee 2021. 12. 28. 14:59Dagger dependency 를 2.28.1-alpha3 에서 2.31-alpha 로 변경
error: cannot find symbol
@dagger.hilt.InstallIn(value = {ApplicationComponent.class})
에러 발생
------
solved
ApplicationComponent -> deprecated in 2.30
SingletonComponent 로 대체
@Module
@InstallIn(SingletonComponent::class)
object DataSourceModule {
//.....
}
'Computer > Android&iOS' 카테고리의 다른 글
Android Studio Dolphin Logcat error (0) | 2022.12.29 |
---|---|
Custom View Functions (0) | 2022.11.10 |
AAPT: error: resource android:attr/lStar not found. 해결 (1) | 2021.12.22 |
Android Switch thumb, track 안에 넣기 (0) | 2021.12.07 |
When using intent filters, please specify android:exported as well (0) | 2021.11.29 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- php
- C언어
- 앵커브리핑
- 손석희
- 배열
- 스위프트
- CentOS
- 점유율
- Swift
- 깃헙
- 노드
- IOS
- 뉴스룸
- 리눅스
- nodejs
- xcode
- linux
- node.js
- C
- git hub
- Kotlin
- Asterisk
- Android
- BBC 가쉽
- Phaser
- 안드로이드
- 서버
- GIT
- Node
- mysql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함