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
Dagger fails with java.lang.NoSuchMethodError: 'com.google.common.collect.ImmutableBiMap com.google.common.collect.ImmutableBiMap$Builder.buildOrThrow()'. The method was added in Guava 31
I see in project dependencies that Dagger correctly depends on Guava>31 and nothing seems to be overriding that version:
KSP indirectly depends on Guava and bundled Guava 29.0 in its artifacts, and pollutes the classpath. As a short term fix, the Guava version is updated to 33.2.0. in KSP.
Dagger fails with
java.lang.NoSuchMethodError: 'com.google.common.collect.ImmutableBiMap com.google.common.collect.ImmutableBiMap$Builder.buildOrThrow()'
. The method was added in Guava 31I see in project dependencies that Dagger correctly depends on Guava>31 and nothing seems to be overriding that version:
Stacktrace:
The text was updated successfully, but these errors were encountered: