Skip to content

Commit aa30ab4

Browse files
fix(deps): update kotlin (#318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 288d2fb commit aa30ab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coil = "2.7.0"
44
coroutines = "1.10.2"
55
hilt = "2.59.2"
66
junit = "6.0.3"
7-
kotlin = "2.3.20"
7+
kotlin = "2.3.21"
88
ktor = "3.4.3"
99
navigation3 = "1.0.1"
1010

@@ -13,7 +13,7 @@ android-application = { id = "com.android.application", version = "9.2.0" }
1313

1414
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
1515
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
16-
ksp = { id = "com.google.devtools.ksp", version = "2.3.6" }
16+
ksp = { id = "com.google.devtools.ksp", version = "2.3.7" }
1717

1818
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlib" }
1919
kotlinter = { id = "org.jmailen.kotlinter", version = "5.4.2" }

0 commit comments

Comments
 (0)