We have a dependency constraint enforcing the usage of guava-30.1.1-jre, however gradle seems to be resolving to the guava-30.1.1-android.jar instead. Adding a resolution strategy doesn’t seem to make any difference.
This is causing compilation errors as the android version is missing some of the com.google.common.collect classes!