Skip to content

Commit

Permalink
Update compatibility info
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Jun 9, 2022
1 parent 8b450ba commit 8fa2873
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.21`.
The latest version of the library uses Kotlin version `1.7.0`.
Compatibility versions for older Kotlin versions are also available:

| Version | Version suffix | Kotlin | Coroutines |
|--------------|-----------------|:----------:|:-------------------:|
| _latest_ | -new-mm | 1.6.21 | 1.6.1 |
| **_latest_** | **_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 |
| 0.11.4 | -kotlin-1.6.0 | 1.6.0 | 1.6.0-native-mt |
| 0.9.0 | -new-mm-3 | 1.6.0 | 1.6.0-RC2 |
| Version | Version suffix | Kotlin | Coroutines |
|--------------|-----------------|:---------:|:-------------------:|
| _latest_ | -new-mm | 1.7.0 | 1.6.1 |
| **_latest_** | **_no suffix_** | **1.7.0** | **1.6.1-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 |

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:
Expand Down

0 comments on commit 8fa2873

Please sign in to comment.