How do I use classes from another project in IntelliJ IDEA?
You can create dependency between these projects (Make project B dependent on project A) What it does is essentially compiles project A first then put its compiled jar as dependency to Project B for compiling or running. You can do this manually also. Steps in IDEA ( You won’t need these below steps if you … Read more