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
- 리눅스 명령어
- 전남영광가마미해수욕장
- 몸매사진관리
- 이벤트
- 아두이노
- 몽돌해변
- 도심캠핑
- 우분투 OTP 연동
- 히라가나연습
- 스토어
- 내장야영장
- 쌍암공원 버섯
- 오토캠핑
- 담양온천야외수영장
- 광주여행
- 헬스 운동 세트 타이머
- 주정차시간알림
- 녹보수 꽃
- 포켓몬
- 팔영산자동차야영장
- 쌍암공원 무지개
- 옥션 이벤트
- 광주 쌍암공원
- 안드로이드
- 우분투
- 히라가나읽기연습
- 모바일쿠폰관리
- 몽산포 자동차야영장
- vgrant
- myip
Archives
- Today
- Total
KimsFactory*
Android [안드로이드] Runtime JAR files in the classpath should have the same version. 오류 해결 본문
Android
Android [안드로이드] Runtime JAR files in the classpath should have the same version. 오류 해결
KimsFactroy 2022. 3. 29. 13:46compose_version = '1.0.1' 에서 1.1.1 로 변경시에
- <code>> Task :app:kaptGenerateStubsDebugKotlin
- w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
- C:/Users/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.5.30/5fd47535cc85f9e24996f939c2de6583991481b0/kotlin-stdlib-jdk8-1.5.30.jar (version 1.5)
- C:/Users/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.5.30/525f5a7fa6d7790a571c07dd24214ed2dda352fe/kotlin-stdlib-jdk7-1.5.30.jar (version 1.5)
- C:/Users/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.10/b8af3fe6f1ca88526914929add63cf5e7c5049af/kotlin-stdlib-1.6.10.jar (version 1.6)
- C:/Users/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.10/c118700e3a33c8a0d9adc920e9dec0831171925/kotlin-stdlib-common-1.6.10.jar (version 1.6)
- w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath</code>
위와 같은 오류가 난다면
프로젝트 수준의 bild.gradle 에서 코틀린 버전을 올림으로써 해결.
id 'org.jetbrains.kotlin.android' version '1.5.21' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
'Android' 카테고리의 다른 글
Firebase Crashlytics 설정 (0) | 2020.07.30 |
---|---|
안드로이드 LogCat E/eglCodeCommon 로그 숨기기 (0) | 2020.07.26 |
안드로이드 스튜디오(Andorid Studio) 에뮬레이터 HAXM 관련 에러가 나는 경우 (0) | 2018.07.15 |
안드로이드 스튜디오(Andorid Studio) adb로 sqlite 확인 (0) | 2018.07.15 |
차량운행로그 - 법인차량 운행일지, 업무용승용차 운행기록 (0) | 2017.09.13 |