# IntelliJ - Deal many project on same space
###### tags: `IntelliJ`
[TOC]
# Introduction
First to say, we have to create an empty project to include all our projects, as modules. Must first say that there is no way for now to import many modules at once. Therefore, if the amount of projects is large, then must have patience when importing them.
# Steps to import many projects
## 1. New Project

## 2. Select Empty Project

## 3. Give Project a name for your modules workspace

## 4. Get Workspace(project) built

## 5. Add Modules
New > Module from Existing Sources... and select the project you want to import.

## 6. Select Import Module Type
We can either select **Eclipse**, **Gradle** or **Maven**. And click **Finish** to start import.

## 7. Import
When you are done importing, the modules will appear as list in project view.
**Note:**
1. On the right bottom corner, you may have a notice asking to import the Java files, just accept it and it will start processing.
2. Right after importing the project, an **iml file** will be created, do **NOT** delete it as it will just dissapear from your workspace(project).