Play with Activator Issue on IntelliJ Idea 14

后端 未结 3 581
小蘑菇
小蘑菇 2021-02-06 14:34

I have the following problem on IntelliJ IDEA 14:

I created a Play (Scala) project using the Activator (v1.2.10). Then, I converted it to an IDEA project using act

相关标签:
3条回答
  • 2021-02-06 15:21

    Have you tried File | Import Project and select build.sbt file?

    IDEA imports it as an SBT project, with all the dependencies properly resolved. It works fine for me on IDEA 14 and on 13.

    0 讨论(0)
  • 2021-02-06 15:30

    In this case simply import manually the "build.sbt" from your project, so if the directory is ~/Documents/myPlayApp then choose to import ~/Documents/myPlayApp/build.sbt

    0 讨论(0)
  • 2021-02-06 15:41

    Apparently, this is a bug in some versions of IntelliJ 14, that just got fixed (as of version 14.0.3). Updating IJ then updating the scala plugin seems to make things work.

    0 讨论(0)
提交回复
热议问题