Hi there, I've looking to migrate a GWT/Guice app built with Gradle over to grails. I read that for the GWT plugin to pickup gwt libraries they need to be placed in "lib/gwt". Is this kind of setup possible using BuildConfig? I have quite a lot of dependencies and definitely don't want to be doing this manually.
I'm guessing it may be a better option for me to use modify my gradle build script and use it just to populate the lib and lib/gwt directories (like I currently do to support my IDE anyway), especially since it supports maven, ivy and custom flatDir repositories (which I'm using). Cheers Andrew
