
사진과 같이 poi라이브러리가 2개 들어가있어서 클래스 중복으로 오류가 발생하는데요ㅠ
poi-4.1.2를 없애고 싶습니다.
libs폴더에서 그냥 지워버리면 4.1.2의 위치를 못찾는다고 에러가 발생하구요 ㅠㅠ..
어떻게 해결해야 할까요 ㅠ
이미 File -> Project Structure -> Dependencies 에서 삭제 했구요..ㅠ
build.gradle(Module: app)에서는 건들인게 없습니다.
dependencies입니다. ㅠㅠ 도움 부탁드릴게요
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.agrawalsuneet.androidlibs:dotsloader:1.4'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-auth:19.3.1'
implementation 'com.google.firebase:firebase-firestore:21.4.3'
implementation 'com.google.firebase:firebase-storage:19.1.1'
implementation 'com.google.firebase:firebase-database:19.3.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'gun0912.ted:tedpermission:2.0.0'
implementation 'co.csadev:kwikpicker:2.0.0'
implementation 'com.github.bumptech.glide:glide:4.7.1'
implementation 'gun0912.ted:tedpermission:2.1.0'
implementation 'gun0912.ted:tedbottompicker:2.0.1'
//구글 내위치 확인용
implementation 'com.google.android.gms:play-services-location:17.0.0'
//chip 디자인용
implementation 'com.android.support:design:28.0.0'
//구글 유틸용 클러스터로 사용할거
implementation 'com.google.maps.android:android-maps-utils:0.5'
}