I have a project setup that is as follows
Project A
|
|-Sub-Project B
|-Sub-Project C
| |
| \-src
| |
| |-Sub-Project D
| \-Sub-Project E
\-Sub-Project F
In order to get the project to build and Idea modules created I need to put a build.gradle file at each level, however I dont really want idea modules created for Project C and the child src directory. Is there a way to suppress these modules?
Also is there a way to specify a group for idea modules?