다른 모듈간 코루틴 버전이 호환되지 않아 빌드가 안되는 오류가 발생했습니다.
각각 1.6.0, 1.5.0 을 사용하고있습니다. 코루틴 라이브러리 버전은 어디서 맞추는 건지 찾아봤습니다.
아래 의존성을 명시해주지 않아서 어딘가 다른 라이브러리에서 사용하고있는 코루틴 버전이 적용된것 같습니다ㅠ
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
https://developer.android.com/kotlin/coroutines?hl=ko
Android의 Kotlin 코루틴 | Android 개발자 | Android Developers
Android의 Kotlin 코루틴 코루틴은 비동기적으로 실행되는 코드를 간소화하기 위해 Android에서 사용할 수 있는 동시 실행 설계 패턴입니다. 코루틴은 Kotlin 버전 1.3에 추가되었으며 다른 언어에서 확
developer.android.com
'안드로이드(Android) > 오류' 카테고리의 다른 글
[안드로이드 오류] Unsupported metadata version. Check that your Kotlin version is >= 1.0 (0) | 2022.07.10 |
---|---|
[안드로이드 오류] The repeatOnLifecycle API should be used with viewLifecycleOwner (0) | 2022.05.21 |
[안드로이드 오류]error: cannot find symbol import dagger.hilt.android.internal.Contex (0) | 2022.04.15 |
[안드로이드 오류] Password is not ASCII (0) | 2022.03.15 |
[안드로이드 오류] glide Cleartext HTTP traffic to.. 발생 시 (0) | 2022.02.18 |