Answers for "duplicate class com.google.common.util.concurrent.listenablefuture found in modules jetified-guava-23.5-android.jar (com.google.guava:guava:23.5-android) and jetified-listenablefuture-1.0.jar (com.google.guava:listenablefuture:1.0)"

0

Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules jetified-guava-24.1-jre (com.google.guava:guava:24.1-jre) and jetified-listenablefuture-1.0 (com.google.guava:listenablefuture:1.0)

add the following:
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
Posted by: Guest on December-26-2021
0

java.lang.RuntimeException: Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules guava-20.0.jar (com.google.guava:guava:20.0) and listenablefuture-1.0.jar (com.google.guava:listenablefuture:1.0)

implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
Posted by: Guest on August-21-2020

Code answers related to "duplicate class com.google.common.util.concurrent.listenablefuture found in modules jetified-guava-23.5-android.jar (com.google.guava:guava:23.5-android) and jetified-listenablefuture-1.0.jar (com.google.guava:listenablefuture:1.0)"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language