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.
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.