google-developer-training / basic-android-kotlin-compose-training-dessert-release

Apache License 2.0
29 stars 23 forks source link

Save Preferences Locally with DataStore #16

Open Mahimsharma opened 3 months ago

Mahimsharma commented 3 months ago

URL of codelab:

Build failure

Screenshot 2024-08-01 at 11 13 32 AM

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

Mahimsharma commented 3 months ago

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")