IntelliJ IDEA: Cannot import SBT project

前端 未结 7 1922
闹比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:36

    I had this error when importing a new module from existing sources.

    • On the right-hand side of your IntelliJ window, you will see a list of vertical tabs, open the SBT tab.
    • Select the module that's causing trouble, right click on it, select "Detach external project"
    • Try to import the module again.

提交回复
热议问题