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
Previously, parts of it were present but failed at runtime when used under J2CL. And soon, J2CL may drop support for the reflective enum-related APIs that it depends on.
`guava-gwt` is used by both GWT and J2CL users, so we have to keep our code buildable against both.
If this CL causes trouble for you as a GWT user, let us know, and we can investigate options further. In the worst case, you can copy the implementations as needed, since the class contains only static methods.
RELNOTES=`collect`: Removed `Enums` from `guava-gwt` to prepare for the removal of reflective enum-related APIs from J2CL. If this causes you problems as a GWT user, let us know.
PiperOrigin-RevId: 535585561
0 commit comments