I have several modules in a project with a complex dependency structure. When I want to compile and run unit tests for 1 module, I want IDEA to ignore any compilation errors in unrelated modules. How can i do this? Currently, IDEA compiles everything, even if I say "compile module 1".
I do not want to set up several different projects for this.
source
share