Skip to content

Commit 440d35c

Browse files
Update Kotlin Dependencies
1 parent ef5baab commit 440d35c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

get-started/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ agp = "8.11.1"
2020
androidx-activityCompose = "1.10.1"
2121
androidx-room = "2.6.1"
2222
androidx-lifecycle = "2.8.7"
23-
kotlin = "2.2.0"
23+
kotlin = "2.2.20"
2424
kotlinx-coroutines = "1.10.2"
2525
spotless = "7.2.1"
2626
composeBom = "2025.07.00"

migrate-room/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ agp = "8.11.1"
2020
androidx-activityCompose = "1.10.1"
2121
androidx-room = "2.7.2"
2222
androidx-lifecycle = "2.9.2"
23-
kotlin = "2.2.0"
23+
kotlin = "2.2.20"
2424
kotlinx-coroutines = "1.10.2"
25-
ksp = "2.2.0-2.0.2"
25+
ksp = "2.2.20-2.0.4"
2626
ktorVersion = "3.2.3"
2727
spotless = "7.2.1"
2828
composeBom = "2025.07.00"
@@ -34,7 +34,7 @@ androidx-junit = "1.3.0"
3434
turbine = "1.2.1"
3535
androidx-sqlite = "2.5.0"
3636
core = "1.7.0"
37-
skie = "0.10.4"
37+
skie = "0.10.6"
3838

3939
[libraries]
4040
# TODO add room-runtime and sqlite-bundled dependencies

0 commit comments

Comments
 (0)