IntelliJ IDEA: Cannot import SBT project

前端 未结 7 1935
闹比i
闹比i 2020-12-16 14:05

I\'m completely new to development using Play or IntelliJ for that matter. I\'ve created a simple HelloWorld application using Activator, and this is an sbt pro

7条回答
  •  孤城傲影
    2020-12-16 14:25

    1. Uninstall everything
    2. Reinstall IntelliJ
    3. Install the JetBrains official Scala plugin
    4. Import the project

      • Make sure that the project has a build.sbt file in the right place, so that IntelliJ can find it as an SBT project.
      • This is about IntelliJ IDEA version 13.1.4.

提交回复
热议问题