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
After the sbt compile I had to mark the folder as Generated Sources Root because I needed those files for compilation.