我使用"console-project"命令从sbt启动了这个shell.
scala> settings
<console>:24: error: reference to settings is ambiguous;
it is imported twice in the same scope by
import Keys._
and import settings
settings
^
Run Code Online (Sandbox Code Playgroud)
如何让shell显示设置对象,而不是Keys.settings?