You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `com.google.common.base.Supplier`, for compatibility with clients
that are using the Android version of Guava. Fixes e.g.
```
Exception in thread "main" java.lang.IncompatibleClassChangeError: Class com.google.common.base.Suppliers$NonSerializableMemoizingSupplier does not implement the requested interface java.util.function.Supplier
```
PiperOrigin-RevId: 563446857
0 commit comments