IntelliJ: Working on multiple projects

前端 未结 19 2081
抹茶落季
抹茶落季 2020-11-27 09:18

We build in maven multiple projects (let\'s name them A,B,C). Project A uses .jar of project B which uses .jar of project C.

I am modifying codes of all A/B/C projec

19条回答
  •  星月不相逢
    2020-11-27 09:37

    None of the solutions worked for me, since I am not working on Maven projects. There is a simpler solution. Go to:

    File->Project Structure->Modules.

    Instead of adding module, simply click the third option (copy). Browse your local directory and select the project you would like to add. Module name will resolve automatically. That's it.

    Update: When you want to reopen to project with multiple sub-projects, in order to avoid re-doing steps as described above, just go to File->Open Recent->'Your Big Project'.

提交回复
热议问题