반응형
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules jetified-guava-20.0.jar (com.google.guava:guava:20.0) and jetified-listenablefuture-1.0.jar (com.google.guava:listenablefuture:1.0)

Go to the documentation to learn how to Fix dependency resolution errors.

위 오류 발생 시 

 

app > build.gradle 에 추가.

implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
반응형

+ Recent posts