SBT + Idea 13 => Cannot resolve symbol

后端 未结 8 895
广开言路
广开言路 2020-12-14 15:22

I\'m using SBT + Idea 13.1.1 and I have all my SBT file in red:

name := \"Transformer\"

version := \"1.0\"

libraryDependencies ++= Seq(
  \"com.github.scop         


        
相关标签:
8条回答
  • 2020-12-14 15:59

    To fix this, remove the folder .idea and reimport the project.

    The root cause remains a mystery...

    0 讨论(0)
  • 2020-12-14 16:05

    It was about the .idea folder, if it is not included the codeStyles, Modules, libraries , it is giving that error. I fix it with import that folder from another project that has it.Then restart IntelliJ.

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