electronicarts / ea-async

EA Async implements async-await methods in the JVM.
https://go.ea.com/ea-async
Other
1.38k stars 129 forks source link

Use with GWT #61

Open customautosys opened 2 years ago

customautosys commented 2 years ago

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.