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
Currently kotest library uses an old version of coroutines dependency which causes linkage errors on wasmJS target.
To fix the error the version was updated locally (see c3e37e2 in #215).
When kotest releases a new version with correct dependency, the local dependency should be removed
The text was updated successfully, but these errors were encountered:
Currently
kotest
library uses an old version of coroutines dependency which causes linkage errors on wasmJS target.To fix the error the version was updated locally (see c3e37e2 in #215).
When kotest releases a new version with correct dependency, the local dependency should be removed
The text was updated successfully, but these errors were encountered: