Skip to content

Commit 3724bbb

Browse files
committed
Update Kotlin to 1.9.23
1 parent bb031e4 commit 3724bbb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.22`.
7+
The latest version of the library uses Kotlin version `1.9.23`.
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-Beta4 | 2.0.0-Beta4 | 1.8.0 | 2.7.0 |
13-
| **_latest_** | **_no suffix_** | **1.9.22** | **1.8.0** | **2.7.0** |
13+
| **_latest_** | **_no suffix_** | **1.9.23** | **1.8.0** | **2.7.0** |
14+
| 1.0.0-ALPHA-19 | _no suffix_ | 1.9.22 | 1.8.0 | 2.7.0 |
1415
| 1.0.0-ALPHA-18 | _no suffix_ | 1.9.22 | 1.7.3 | 2.6.2 |
1516
| 1.0.0-ALPHA-16 | _no suffix_ | 1.9.21 | 1.7.3 | 2.6.2 |
1617
| 1.0.0-ALPHA-15 | _no suffix_ | 1.9.20 | 1.7.3 | 2.6.2 |

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.9.22"
2+
kotlin = "1.9.23"
33
kotlinx-coroutines = "1.8.0"
44
android = "7.4.2"
55
androidx-lifecycle = "2.7.0"
@@ -8,8 +8,8 @@ androidx-lifecycle = "2.7.0"
88
androidx-compose = "2023.10.01"
99
androidx-compose-compiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
1010
androidx-fragment = "1.6.2"
11-
ksp = "1.9.22-1.0.17"
12-
nativecoroutines = "1.0.0-ALPHA-25"
11+
ksp = "1.9.23-1.0.19"
12+
nativecoroutines = "1.0.0-ALPHA-26"
1313

1414
[libraries]
1515
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)