How to import project as A dependency with intellij IDE

preview_player
Показать описание
Import an existing project into your master project as a dependency just like adding a stander jar to your classpath.
Рекомендации по теме
Комментарии
Автор

I was facing this issue since weeks, now you solved it like a Pro :) .. Thank you and love from India! SUBSCRIBED :)

Polly
Автор

You're a Life saver for us Noobs

aneeqduraiz
Автор

Tyvm my good dude, this helped a ton.

maquina
Автор

How do I include it in the packaged jar file using Maven?

harvanchik
Автор

How can I do the same thing but with two gradle projects?, once I finish I couldn't get classes from LibProject into MasterProject due a warning that said: "Module MasterProject is imported from Gradle. Any changes made to its configuration may be lost after reimporting."

Cagoscra
Автор

I imported module as you shown in my web project but it is giving classNotFoundException while creating object of class from imported project.
Can you please help?

programming