You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is, the incremental compiler cannot detect that a change in the interface trait should trigger a macro rerun on the DefaultServerREST, since it's in a different file.
This can be done by expanding relevant macros in the companion object of the RPC trait, as in RPCCompanion (which is not currently supported by io.udash.rest.DefaultRESTFramework).
The text was updated successfully, but these errors were encountered:
As it is, the incremental compiler cannot detect that a change in the interface trait should trigger a macro rerun on the
DefaultServerREST
, since it's in a different file.This can be done by expanding relevant macros in the companion object of the RPC trait, as in RPCCompanion (which is not currently supported by
io.udash.rest.DefaultRESTFramework
).The text was updated successfully, but these errors were encountered: