How can I make my grails project automatically import subpackages such as org.myorg.appname.subpackage?
I have a standard grails project that I am building in GGTS. All of the classes so far are in a package name like org.myorg.appname. There are getting to be enough classes that I'd like to start subdividing this package further, such as org.myorg.appname.subpackage. However, only the org.myorg.appname package is automatically imported. How can I make additional packages be imported everywhere in my app?