IntelliJ 15 reports an unresolved symbol for my project definition in the build.sbt file
lazy val root = (project in file(".")).enablePlugins(PlayScala)
An error is reported with project and in .
Cannot resolve symbol project. Cannot resolve symbol in.
Everything else is perfectly resolved, and the project is otherwise set up, sbt builds perfectly, the activator works fine.
source share