Autowire api calls assuming return type of api function (“value call is not a member of “)
I’m attempting to update an old application from scala 2.12.6
and scalajs 0.6.25
up to scala 2.13.12
and scalajs 1.15.0
. The old application used lihaoyi’s autowire + upickle for communication between the js client and jvm server projects (using crossproject).