I have configured Scala 2.11.7 version in the IntelliJ Idea settings. I have created a new play framework project in IntelliJ Idea 15. Once the project is created successfully, I have opened the controller file "Application.scala" and found compilation errors.
The error says it couldn't resolve the symbol. It is not able to find the package play.api._
The play framework version is 2.5.3
I have attached below the error screenshot.
Do I need any other configuration for play framework in IntelliJ Idea.