Importing a Gradle Module
I'm having trouble importing a module with Gradle. I point it to my build.gradle and Idea doesn't complain, but then I don't see any of the files in the project pane. I do see the module in the JetGradle panel. Is Gradle integration working with Idea 12?
请先登录再写评论。
Hi Adam,
The Gradle integration doesn't allow to import a single module from build.gradle at the moment. It allows to import the whole project only.
Feel free to track IDEA-78713 progress.
Regards, Denis