Hi, For some reason I can't get multi-module IDEA project generated from multi-project Gradle build.
Here's the project: https://github.com/evgeny-goldin/rest-clients/tree/idea-plugin (with 4 subprojects) and by running "gradle idea" I only have two files generated in the root directory - "rest-clients.ipr" and "rest-clients.iml", regardless of what I tried. Can you see what is wrong with this build? Gradle v1.0. Thanks! Warm regards, Evgeny
