Scala play - “not found: value routes” (Eclipse and IDEA)

前端 未结 7 1901
一整个雨季
一整个雨季 2021-02-20 10:46

Occasionally, and seemingly for no reason, I get \"not found: value routes\" compilation error in one of the view templates (after compilation). This happens either in Eclipse o

7条回答
  •  别跟我提以往
    2021-02-20 11:20

    I had to go to the terminal and type "activator test" before Intellij would stop giving me these errors during IDE tests.

提交回复
热议问题