Skip to content

Commit 67cd775

Browse files
committed
bump kotlin, kps, coroutines
1 parent 2de07d0 commit 67cd775

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/default-storage/android/config.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.nio.file.Paths
22

3-
def DEFAULT_KOTLIN_VERSION = "1.9.20"
4-
def DEFAULT_ROOM_VERSION = "2.4.3"
3+
def DEFAULT_KOTLIN_VERSION = "1.9.23"
4+
def DEFAULT_ROOM_VERSION = "2.6.1"
55

66
def kotlinVersion = getKotlinVersion(DEFAULT_KOTLIN_VERSION)
77

@@ -19,8 +19,8 @@ project.ext.AsyncStorageConfig = [
1919
]
2020

2121
project.ext.AsyncStorageLibs = [
22-
coroutines : "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3",
23-
testCoroutines : "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3",
22+
coroutines : "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0",
23+
testCoroutines : "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0",
2424
testJunit : "junit:junit:4.13.2",
2525
testRunner : "androidx.test:runner:1.4.0",
2626
testRules : "androidx.test:rules:1.4.0",
@@ -54,6 +54,9 @@ String getKspVersion(String kotlinVersion) {
5454
}
5555
// https://github.com/google/ksp/releases
5656
def kspVersions = [
57+
"1.9.23-1.0.20",
58+
"1.9.22-1.0.17",
59+
"1.9.21-1.0.16",
5760
"1.9.20-1.0.14",
5861
"1.9.10-1.0.13",
5962
"1.9.0-1.0.13",

0 commit comments

Comments
 (0)