Skip to content

Commit f226dad

Browse files
committed
Update compatibility info
1 parent 4515918 commit f226dad

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,18 @@ but not all targets support AndroidX and/or SwiftUI interop:
2424
The latest version of the library uses Kotlin version `2.1.20`.
2525
Compatibility versions for older and/or preview Kotlin versions are also available:
2626

27-
| Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28-
|--------------|----------------------|:----------:|:----------:|:------------------:|
29-
| **_latest_** | **_no suffix_** | **2.1.20** | **1.10.1** | **2.8.7** |
30-
| 1.0.0-BETA-9 | _no suffix_ | 2.1.10 | 1.10.1 | 2.8.7 |
31-
| 1.0.0-BETA-8 | _no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
32-
| 1.0.0-BETA-7 | _no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
33-
| 1.0.0-BETA-6 | _no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
34-
| 1.0.0-BETA-4 | _no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
35-
| 1.0.0-BETA-3 | _no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
36-
| 1.0.0-BETA-2 | _no suffix_ | 1.9.24 | 1.8.1 | 2.8.0 |
27+
| Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28+
|--------------|---------------------|:-----------:|:----------:|:------------------:|
29+
| _latest_ | -kotlin-2.2.0-Beta1 | 2.2.0-Beta1 | 1.10.1 | 2.8.7 |
30+
| _latest_ | -kotlin-2.1.21-RC | 2.1.21-RC | 1.10.1 | 2.8.7 |
31+
| **_latest_** | **_no suffix_** | **2.1.20** | **1.10.1** | **2.8.7** |
32+
| 1.0.0-BETA-9 | _no suffix_ | 2.1.10 | 1.10.1 | 2.8.7 |
33+
| 1.0.0-BETA-8 | _no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
34+
| 1.0.0-BETA-7 | _no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
35+
| 1.0.0-BETA-6 | _no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
36+
| 1.0.0-BETA-4 | _no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
37+
| 1.0.0-BETA-3 | _no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
38+
| 1.0.0-BETA-2 | _no suffix_ | 1.9.24 | 1.8.1 | 2.8.0 |
3739

3840
## Kotlin
3941

0 commit comments

Comments
 (0)