Output path is shared between the same module error

后端 未结 13 2118
天涯浪人
天涯浪人 2021-02-01 13:16

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         


        
13条回答
  •  南方客
    南方客 (楼主)
    2021-02-01 13:20

    Set up the output paths for your modules to different directories, as explained here: https://www.jetbrains.com/idea/help/configuring-module-compiler-output.html

    On Project "Open Module Settings" -> Modules -> Paths -> Output/Test path

提交回复
热议问题