Skip to content

Commit 1fbf150

Browse files
committed
chore: bump kotlin version to 2.4.0
1 parent 9134eb1 commit 1fbf150

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/assets/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
{
108108
"uniqueId": "org.jetbrains.kotlin:kotlin-stdlib",
109-
"artifactVersion": "2.3.21",
109+
"artifactVersion": "2.4.0",
110110
"name": "Kotlin Stdlib",
111111
"description": "Kotlin Standard Library",
112112
"website": "https://kotlinlang.org/",

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ androidx-navigationevent = "1.1.0"
66
androidx-room = "2.8.4"
77
compose = "1.11.1"
88
coil = "3.4.0"
9-
kotlin = "2.3.21"
9+
kotlin = "2.4.0"
1010
kotlinx-serialization-json = "1.11.0"
1111
ksp = "2.3.9"
1212
ktor = "3.5.0"

0 commit comments

Comments
 (0)