Friday, February 26, 2021

Guava version which is compatible with GWT 2.9.0

Hi Team,

We were using GWT 2.7.0 and guava-18 earlier.

Recently we have upgraded to GWT 2.9.0 and we are facing issue in using below classes from guava,

com.google.common.collect.ComparisonChain
com.google.common.collect.Ordering

I tried upgrading to guava-gwt-29.0-jre.jar but for that we are getting below error,

                            [ERROR] Line 373: ComparisonChain cannot be resolved
     [java]             [ERROR] Line 8: The import com.google.common cannot be resolved
     [java]             [ERROR] Line 374: Ordering cannot be resolved
     [java]             [ERROR] Line 7: The import com.google.common cannot be resolved

Can you please help me compile ?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/a7f1ee98-b619-49c0-ba76-2269320a51a8n%40googlegroups.com.

No comments:

Post a Comment