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,
I also ran into this problem, but the workaround as described by Chris B did not work for me, since in my case "Scala" was missing on the "Please select the desired technologies" page.
In my case the problem appeared to be an incompatible Scala plugin. After I reinstalled the Scala plugin it worked fine.