I created a project using the typical play new
, and then I used play idea
to generate the .iml file. When I imported the .iml file into Intellij IDEA,
A variation that worked for me: drop the Scala facet and run 'Add framework support...' again.
File / Project Structure / Facets
Click Scala facet then minus to remove Scala facet from your module. Click OK.
Right click your project/module, 'Add Framework Support...', choose Scala.
Enter the path to your Scala compiler and library.