gwt-gradle-plugin
gwt-gradle-plugin copied to clipboard
How do I generate async interfaces ?
When using the maven plugin i use:
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.
+1 for this feature
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.