When I try to compile any class in my project I get the error below:
Error scala: Output path .../eval/target/test-classes is shared between: Module \'eval\' tes
I resolved this by selecting "Inherit project compile output path" in the Project Structure settings window.