Skip to content

Commit

Permalink
Update Kotlin compatibility info
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Nov 19, 2021
1 parent df4d43f commit 6d708df
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ This library solves both of these limitations :smile: .

## Compatibility

As of version `0.6.0` the library uses Kotlin version `1.5.30`.
As of version `0.9.0` the library uses Kotlin version `1.6.0`.
Compatibility versions for older and early access Kotlin versions are also available:

|Version|Version suffix|Kotlin|Coroutines|
|---|---|:---:|:---:|
|_latest_|-kotlin-1.6.0|1.6.0-RC-2|1.5.2-native-mt|
|_latest_|-kotlin-1.6.0-new-mm|1.6.0-RC-2|1.5.1-new-mm-dev2|
|**_latest_**|**_no suffix_**|**1.5.30**|**1.5.2-native-mt**|
|_latest_|-kotlin-1.5.20|1.5.20|1.5.0-native-mt|
|0.4.3|-kotlin-1.5.10|1.5.10|1.5.0-native-mt|
|_latest_|-new-mm|1.6.0|1.5.1-new-mm-dev2|
|**_latest_**|**_no suffix_**|**1.6.0**|**1.5.2-native-mt**|
|0.8.0|_no suffix_|1.5.30|1.5.2-native-mt|
|0.8.0|-kotlin-1.5.20|1.5.20|1.5.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 6d708df

Please sign in to comment.