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 | 31 |
Tags
- 쿠링
- pandas
- GitHub
- Gradle
- 백준
- Compose
- TEST
- MiTweet
- architecture
- 코루틴
- textfield
- Python
- androidStudio
- Kotlin
- Codeforces
- Coroutine
- boj
- Rxjava
- activity
- android
- 암호학
- ProGuard
- livedata
- relay
- MyVoca
- Hilt
- 코드포스
- 프로그래머스
- Coroutines
- AWS
Archives
- Today
- Total
목록duplicateclass (1)
이동식 저장소
클래스 충돌 에러가 날 때는
``./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.gu..
Secondary/Gradle
2023. 4. 26. 21:25