Rama Krishna. G
Rama Krishna. G

Reputation: 536

IntelliJ not resolving Activator-Play build.sbt libraryDependencies

I am using the latest IntelliJ IDEA 2017.1 Community Edition. After importing the Activator-Play project, IntelliJ is still showing the errors on imports. I have everything placed in build.sbt file.

enter image description here

But still the tooltip shows Cannot resolve symbol '****'.

enter image description here

This is an Activator project. I used activator new command to create the project with the play-java template and imported into IntelliJ. Anything that we can do with SBT configuration in IDEA. Can someone help me out?

Upvotes: 1

Views: 132

Answers (1)

Rama Krishna. G
Rama Krishna. G

Reputation: 536

Migrating to Intellji IDEA Ultimate Edition solved the issue. Community Edition doesn't support the Play/ Activator applications.

Upvotes: 1

Related Questions