We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1616943 commit 0d4daeaCopy full SHA for 0d4daea
2 files changed
build.gradle.kts
@@ -7,5 +7,5 @@ plugins {
7
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
8
9
id("com.google.dagger.hilt.android") version "2.57.2" apply false
10
- id("org.jetbrains.kotlin.plugin.serialization") version "2.2.20" apply false
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.3.10" apply false
11
}
gradle/libs.versions.toml
@@ -9,7 +9,7 @@ datastorePreferences = "1.1.7"
glanceAppwidget = "1.1.1"
hiltAndroid = "2.57.2"
hiltNavigationCompose = "1.3.0"
12
-kotlin = "2.2.20"
+kotlin = "2.3.10"
13
coreKtx = "1.17.0"
14
junit = "4.13.2"
15
junitVersion = "1.3.0"
0 commit comments