【发布时间】:2016-02-27 06:39:48
【问题描述】:
从 2.3 迁移到 2.4 后,我收到此错误。我应该使用什么正确的导入语句?
error: value routesImport is not a member of object play.Play.autoImport.PlayKeys
PlayKeys.routesImport += "se.radley.plugin.salat.Binders._",
我有这些导入语句:
import sbt._
import Keys._
import play.Play.autoImport._
import PlayKeys._
import WebKeys._
【问题讨论】: