我正在尝试编译我的Scala代码。我有上述错误。当我再次编译时,此错误有时会消失。
他所在行的错误:
implicit val motionCollectionsEncoder =
jsonEncoderWithPrinterOf[MotionCollections](
Printer.noSpaces.copy(dropNullKeys = true)
)
链接到包Circe:http://agourlay.github.io/cornichon/api/org/http4s/circe/index.html
有人遇到过这个问题吗?