I have an play application, IntelliJ CE does not recognise anything play.*
such as: Error:not found: object play import play.api.GlobalSettings
How can I fix this?
It is a gradle project and building fine from command-line but intelliJ CE has some problem with the code.