We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9134eb1 commit 1fbf150Copy full SHA for 1fbf150
2 files changed
app/src/main/assets/aboutlibraries.json
@@ -106,7 +106,7 @@
106
},
107
{
108
"uniqueId": "org.jetbrains.kotlin:kotlin-stdlib",
109
- "artifactVersion": "2.3.21",
+ "artifactVersion": "2.4.0",
110
"name": "Kotlin Stdlib",
111
"description": "Kotlin Standard Library",
112
"website": "https://kotlinlang.org/",
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ androidx-navigationevent = "1.1.0"
6
androidx-room = "2.8.4"
7
compose = "1.11.1"
8
coil = "3.4.0"
9
-kotlin = "2.3.21"
+kotlin = "2.4.0"
10
kotlinx-serialization-json = "1.11.0"
11
ksp = "2.3.9"
12
ktor = "3.5.0"
0 commit comments