I have several IntelliJ projects. Is it possible to create a new project and import modules from the existing IntelliJ projects if these modules use project based libraries?
To import modules see main menu / File / Import Module, and select .iml in the chooser.
To copy a project library to another project you may use Project Structure dialog. Then in Project Settings / Libraries section do "Move to Global Libraries". Then either use this global library in both projects, or copy it to every project via Platform Settings / Global Libraries section, Copy to Project Libraries action.
To import modules see main menu / File / Import Module, and select .iml in the chooser.
To copy a project library to another project you may use Project Structure dialog. Then in Project Settings / Libraries section do "Move to Global Libraries". Then either use this global library in both projects, or copy it to every project via Platform Settings / Global Libraries section, Copy to Project Libraries action.
Regards,
Alexander.