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
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* Kotlin 1.2.41
6
6
***Coroutines core module is made mostly cross-platform for JVM and JS**:
7
7
* Migrate channels and related operators to common, so channels can be used from JS (see #201).
8
-
* Most of the code is shared between JVM and JS versions using cross-platform versino of [AtomicFU](https://github.com/Kotlin/kotlinx.atomicfu) library.
8
+
* Most of the code is shared between JVM and JS versions using cross-platform version of [AtomicFU](https://github.com/Kotlin/kotlinx.atomicfu) library.
9
9
* The recent version of Kotlin allows default parameters in common code (see #348).
10
10
* The project is built using Gradle 4.6.
11
11
***Breaking change**: `CancellableContinuation` is not a `Job` anymore (see #219):
0 commit comments