我正在尝试在我的Play! scalajs
应用程序中使用苏打日期时间。
Soda date time
在客户端导入(没有任何错误)
"org.mdedetrich" %%% "soda-time" % "0.0.1-SNAPSHOT"
但是当我尝试使用它时,就像这样:
val dateTime = new org.joda.DateTime(new js.Date())
我收到以下错误:
type DateTime is not a member of package org.joda
我没有看到我错过了什么......