DB test
Execution failed for task ':data:checkDebugAndroidTestDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class androidx.lifecycle.ViewModelLazy found in modules lifecycle-viewmodel-2.5.1-runtime (androidx.lifecycle:lifecycle-viewmodel:2.5.1) and lifecycle-viewmodel-ktx-2.2.0-runtime (androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0)
Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.
ViewModelLazy 클래스가 중복되는 문제가 있는 것 같음// Paging
implementation(Depends.Libraries.paging_runtime_ktx) {
exclude(group = "androidx.lifecycle", module = "lifecycle-viewmodel-ktx")
}
androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0 의존성이 있어 중복되는 것 확인⚠️ 고려할 점
Paging3에서 androidx.lifecycle:lifecycle-viewmodel:2.5.1 의 ViewModelLazy 를 사용해도 문제가 없는지는 아직 모르겠음
Naver Map Sdk Gradle
[안드로이드 에러] 라이브러리 추가 시 에러 (Build was configured to prefer settings repositories..) 해결