-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for atomicfu issue with coroutines 1.10.1
When bumping coroutines to 1.10.1, we face the old-ish error: IC internal error: can not find library org.jetbrains.kotlin:kotlinx-atomicfu-runtime This can be worked around by declaring the runtime library directly in the js source set. See: https://youtrack.jetbrains.com/issue/KT-57235
- Loading branch information
1 parent
2794941
commit 77f3a41
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters