When I use implementation \'com.google.firebase:firebase-inappmessaging-display:17.2.0\' in my app/build.gradle, I get this error:
implementation \'com.google.firebase:firebase-inappmessaging-display:17.2.0\'
app/build.gradle
2020 Solution
Google knows about this error so they made a special package to fix the conflict.
Add this to your build.gradle
build.gradle
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'