Play with Activator Issue on IntelliJ Idea 14

后端 未结 3 582
小蘑菇
小蘑菇 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: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

提交回复
热议问题