I'm having problems opening the .iml modules for a new play 2.0.2.
project in IntelliJ. After I run "play idea", I get the following three
.iml files:
I did have to run the application, exercise it from a web browser, and reopen the project in IntelliJ so the IDE could resolve all my View methods. For example, initially, IntelliJ couldn't resolve the index.render method on the following line:
return ok(index.render("Your new application is ready."));