Intellij compile failures: “is already defined as”

后端 未结 10 1765
北海茫月
北海茫月 2021-02-03 17:14

I\'ve got a scala project that compiles, runs and tests fine when using SBT from the command line. However, when building the project in intellij, it seems every class in the pr

10条回答
  •  春和景丽
    2021-02-03 17:31

    After the sbt compile I had to mark the folder as Generated Sources Root because I needed those files for compilation.

提交回复
热议问题