I have the following problem in IntelliJ IDEA 14:
I created a Play project (Scala) using Activator (v1.2.10). Then I converted it to an IDEA project using the activator idea team. When I opened the project with IDEA 14 (Community Edition), the SBT module is not enabled. Therefore, the new dependency in the build.sbt file is not included in the classpath. In addition, the project is not listed in the IDEA SBT submission.
The following warning is shown by IDEA:
βThis IDEA project is being converted from the SBT project using the gen-idea tool, which is currently using the legacy Scala project model. Please consider using the built-in SBT support using the Import project action.
Please note that Scala and SBT plugins are already installed on IDEA.
I do not face the same problem in IDEA 13.
source share