Reputation: 4905
I currently have a set of idea modules (each module having a .iml
file) in a folder tree.
When I open the Import Module
dialog for an new/existing project and specify this folder tree, the import dialog shows import options from Eclipse, Maven and Gradle, but not Idea.
How do I import all these existing idea modules into the current project?
Upvotes: 2
Views: 4288
Reputation: 97188
Upvotes: 2
Reputation: 4649
As far as I know, IntelliJ won't support multi-importing for module, so as a workaround, just select each .iml
file of module rather than the module directory while importing.
Here is the IntelliJ 14 Web Help: Adding an Existing Module to a Project
Upvotes: 0