Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 31d1b1e commit 7deb7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aboutlib = "11.2.3"
coil = "2.7.0"
coroutines = "1.9.0"
hilt = "2.52"
kotlin = "2.0.21"
kotlin = "2.1.0"
ktor = "3.0.1"

[plugins]
Expand All @@ -12,7 +12,7 @@ android-application = { id = "com.android.application", version = "8.7.2" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.28" }
ksp = { id = "com.google.devtools.ksp", version = "2.1.0-1.0.29" }

aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlib" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.5.0" }
Expand Down

0 comments on commit 7deb7bf

Please sign in to comment.