Skip to content

Commit a33eb7b

Browse files
Update kotlin dependencies
1 parent bb1ad8e commit a33eb7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ googleMaterial = "1.13.0"
1414
javapoet = "1.13.0"
1515
junit4 = "4.13.2"
1616
junitJupiterBom = "6.0.0"
17-
kotlin = "2.2.20"
17+
kotlin = "2.3.10"
1818
kotlinCoroutines = "1.10.2"
19-
kotlinSerialization = "1.9.0"
19+
kotlinSerialization = "1.10.0"
2020
# KSP version must align with Kotlin version: https://github.com/google/ksp/releases
21-
ksp = "2.3.0"
21+
ksp = "2.3.5"
2222
ktor = "3.3.1"
2323
lottie = "6.6.10"
2424
mockk = "1.14.6"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
// See https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention
1515
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1616
// See https://kotlin.github.io/kotlinx-kover/gradle-plugin/aggregated.html
17-
id("org.jetbrains.kotlinx.kover.aggregation") version "0.9.3"
17+
id("org.jetbrains.kotlinx.kover.aggregation") version "0.9.7"
1818
}
1919

2020
kover {

0 commit comments

Comments
 (0)