diff --git a/README.md b/README.md index 79896bc6..3a71ba41 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ This library solves both of these limitations 😄. [new-mm]: https://github.com/JetBrains/kotlin/blob/0b871d7534a9c8e90fb9ad61cd5345716448d08c/kotlin-native/NEW_MM.md [native-mt]: https://github.com/kotlin/kotlinx.coroutines/issues/462 -The latest version of the library uses Kotlin version `1.7.0`. +The latest version of the library uses Kotlin version `1.7.10`. Compatibility versions for older Kotlin versions are also available: -| Version | Version suffix | Kotlin | Coroutines | -|--------------|-----------------|:---------:|:-------------------:| -| _latest_ | -new-mm | 1.7.0 | 1.6.3 | -| **_latest_** | **_no suffix_** | **1.7.0** | **1.6.3-native-mt** | -| 0.12.2 | -new-mm | 1.6.21 | 1.6.1 | -| 0.12.2 | _no suffix_ | 1.6.21 | 1.6.1-native-mt | -| 0.11.4 | -new-mm | 1.6.10 | 1.6.0 | -| 0.11.4 | _no suffix_ | 1.6.10 | 1.6.0-native-mt | +| Version | Version suffix | Kotlin | Coroutines | +|--------------|-----------------|:----------:|:-------------------:| +| _latest_ | -new-mm | 1.7.10 | 1.6.3 | +| **_latest_** | **_no suffix_** | **1.7.10** | **1.6.3-native-mt** | +| 0.12.5 | -new-mm | 1.7.0 | 1.6.3 | +| 0.12.5 | _no suffix_ | 1.7.0 | 1.6.3-native-mt | +| 0.12.2 | -new-mm | 1.6.21 | 1.6.1 | +| 0.12.2 | _no suffix_ | 1.6.21 | 1.6.1-native-mt | You can choose from a couple of Swift implementations. Depending on the implementation you can support as low as iOS 9, macOS 10.9, tvOS 9 and watchOS 3: