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
Hi, is there any way to use this for GWT? I tried to put <inherits name="com.ea.async.Async" /> in my GdxDefinition.gwt.xml and api "com.ea.async:ea-async:$eaAsyncVersion:sources" in my GWT build.gradle but the build fails. I already used await all over the place in my desktop and Android code so it would be too troublesome to redo all of that and remove this library.
The text was updated successfully, but these errors were encountered:
Hi, is there any way to use this for GWT? I tried to put
<inherits name="com.ea.async.Async" />
in my GdxDefinition.gwt.xml andapi "com.ea.async:ea-async:$eaAsyncVersion:sources"
in my GWT build.gradle but the build fails. I already used await all over the place in my desktop and Android code so it would be too troublesome to redo all of that and remove this library.The text was updated successfully, but these errors were encountered: