gwt-gradle-plugin icon indicating copy to clipboard operation
gwt-gradle-plugin copied to clipboard

How do I generate async interfaces ?

Open mtmmtm9 opened this issue 7 years ago • 3 comments

When using the maven plugin i use: generateAsync How can that be done using this gradle-plugin ?

mtmmtm9 avatar Oct 10 '17 19:10 mtmmtm9

Looks like we don't have this feature in gwt-gradle-plugin yet. We may be able to refer to the source code of Maven GWT plugin, and create a new task in this gradle plugin.

jiakuan avatar Oct 11 '17 00:10 jiakuan

+1 for this feature

ferencz1 avatar Mar 01 '18 14:03 ferencz1

I do not think generating async interfaces necessarily must be intertwined with a build plugin. Consider using an APT code generator: FACT-Finder/apt-gwt-async. Disclaimer: I'm the author.

f4lco avatar Oct 31 '19 14:10 f4lco