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
{{ message }}
This repository was archived by the owner on Apr 8, 2019. It is now read-only.
When using this library with 2.8.1 (not tried 2.8.0), I receive the following message upon GWT compilation. This seems to be related to a GUAVA compatibility issue with 2.8.x. ( google/guava#2353 )
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
[ERROR] Errors in 'com/google/common/collect/super/com/google/common/collect/GwtPlatform.java'
[ERROR] Line 38: The method createFrom(T[], int) is undefined for the type Array
Tracing compile failure path for type 'com.google.common.collect.GwtPlatform'
[ERROR] Errors in 'com/google/common/collect/super/com/google/common/collect/GwtPlatform.java'
[ERROR] Line 38: The method createFrom(T[], int) is undefined for the type Array