Output path is shared between the same module error

后端 未结 13 2336
天涯浪人
天涯浪人 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:33

    Open up the module settings and look for errors. Fix said errors and everything should work.

提交回复
热议问题