Skip to content

Commit 0698317

Browse files
committed
Update Kotlin to 1.8.10
1 parent 7bc1988 commit 0698317

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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.7.21`.
7+
The latest version of the library uses Kotlin version `1.8.10`.
88
Compatibility versions for newer Kotlin versions are also available:
99

10-
| Version | Version suffix | Kotlin | Coroutines |
11-
|--------------|-------------------|:----------:|:----------:|
12-
| _latest_ | -kotlin-1.8.0-RC2 | 1.8.0-RC2 | 1.6.4 |
13-
| **_latest_** | **_no suffix_** | **1.7.21** | **1.6.4** |
10+
| Version | Version suffix | Kotlin | Coroutines |
11+
|---------------|-----------------|:----------:|:----------:|
12+
| **_latest_** | **_no suffix_** | **1.8.10** | **1.6.4** |
13+
| 1.0.0-ALPHA-3 | _no suffix_ | 1.8.0 | 1.6.4 |
1414

1515
## Kotlin
1616

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
kotlin = "1.8.0"
2+
kotlin = "1.8.10"
33
kotlinx-coroutines = "1.6.4"
44
android = "7.3.1"
55
androidx-lifecycle = "2.5.1"
66

77
# Sample versions
88
androidx-compose = "2022.11.00"
99
androidx-fragment = "1.5.4"
10-
ksp = "1.8.0-1.0.8"
11-
nativecoroutines = "1.0.0-ALPHA-4"
10+
ksp = "1.8.10-1.0.9"
11+
nativecoroutines = "1.0.0-ALPHA-5"
1212

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

0 commit comments

Comments
 (0)