Skip to content

Commit 8c56318

Browse files
committed
Update compatibility info
1 parent 2d7c5e1 commit 8c56318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ A library that allows you to share ViewModels between Android and iOS.
44

55
## Compatibility
66

7-
The latest version of the library uses Kotlin version `1.9.20`.
7+
The latest version of the library uses Kotlin version `1.9.21`.
88
Compatibility versions for older and/or preview Kotlin versions are also available:
99

1010
| Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
1111
|----------------|---------------------|:-----------:|:----------:|:------------------:|
1212
| _latest_ | -kotlin-2.0.0-Beta1 | 2.0.0-Beta1 | 1.7.3 | 2.6.2 |
13-
| **_latest_** | **_no suffix_** | **1.9.20** | **1.7.3** | **2.6.2** |
13+
| **_latest_** | **_no suffix_** | **1.9.21** | **1.7.3** | **2.6.2** |
14+
| 1.0.0-ALPHA-15 | _no suffix_ | 1.9.20 | 1.7.3 | 2.6.2 |
1415
| 1.0.0-ALPHA-14 | _no suffix_ | 1.9.10 | 1.7.3 | 2.6.1 |
1516
| 1.0.0-ALPHA-13 | _no suffix_ | 1.9.0 | 1.7.3 | 2.6.1 |
1617
| 1.0.0-ALPHA-10 | _no suffix_ | 1.8.22 | 1.7.2 | 2.6.1 |

0 commit comments

Comments
 (0)