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
We currently rely on some specifics of the JS Legacy backend. It would be nice to update to IR, because we cannot update kotlinx-serialization and Kotest.
In addition, the current hard dependency on the legacy backend is not future-proof.
feature/update lifted all dependency versions as high as possible with the legacy backend, highlighting the issue of outdated dependencies.
Moreover, generated and hand-crafted glue to include JS libraries needs to be revised to reflect the IR-backend's constraints
The text was updated successfully, but these errors were encountered:
We currently rely on some specifics of the JS Legacy backend. It would be nice to update to IR, because we cannot update kotlinx-serialization and Kotest.
In addition, the current hard dependency on the legacy backend is not future-proof.
feature/update lifted all dependency versions as high as possible with the legacy backend, highlighting the issue of outdated dependencies.
Moreover, generated and hand-crafted glue to include JS libraries needs to be revised to reflect the IR-backend's constraints
The text was updated successfully, but these errors were encountered: