Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- MiTweet
- pandas
- 코루틴
- 쿠링
- android
- AWS
- Codeforces
- Hilt
- 코드포스
- Python
- boj
- relay
- textfield
- androidStudio
- Coroutines
- Gradle
- architecture
- 프로그래머스
- MyVoca
- Compose
- 암호학
- livedata
- GitHub
- ProGuard
- Rxjava
- Kotlin
- activity
- Coroutine
- 백준
- TEST
Archives
- Today
- Total
이동식 저장소
클래스 충돌 에러가 날 때는 본문
``./gradlew [moduleName]:dependencies`` 커맨드를 실행해 보자. 각 라이브러리에서 참조하는 다른 라이브러리들을 볼 수 있다.
+--- androidx.hilt:hilt-compiler:1.0.0
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.7.0
| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0
| | \--- org.jetbrains:annotations:13.0
| +--- com.google.auto:auto-common:0.11
| | \--- com.google.guava:guava:29.0-jre -> 31.0.1-jre
| | +--- com.google.guava:failureaccess:1.0.1
| | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
| | +--- com.google.code.findbugs:jsr305:3.0.2
| | +--- org.checkerframework:checker-qual:3.12.0
| | +--- com.google.errorprone:error_prone_annotations:2.7.1
| | \--- com.google.j2objc:j2objc-annotations:1.3
| \--- com.squareup:javapoet:1.13.0
...
'Secondary > Gradle' 카테고리의 다른 글
implementation vs. api (0) | 2023.06.09 |
---|---|
Kotlin jvmTarget (0) | 2023.03.25 |
sourceCompatibility vs. targetCompatibility (0) | 2023.03.24 |
[Gradle] Version Catalog로 라이브러리 관리하기 (0) | 2022.11.19 |
[Android] Gradle 테스트 실행 커맨드 (0) | 2022.10.05 |
Comments