Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules guava-23.0 (com.google.guava:guava:23.0) and listenablefuture-1.0 (com.google.guava:listenablefuture:1.0)
VersionsAndroid Studio Koala | 2024.1.1Emulator running API level 33
adding this to the app:build.gradle fixed the issue for me but I'm unsure if it's the correct resolution.
implementation ("com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava")
URL of codelab:
Build failure
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules guava-23.0 (com.google.guava:guava:23.0) and listenablefuture-1.0 (com.google.guava:listenablefuture:1.0)
Versions Android Studio Koala | 2024.1.1 Emulator running API level 33