Skip to content

Commit

Permalink
chore(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 15, 2024
1 parent e2643bf commit 6fed3a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ai/sample/wear-gemini/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
kotlin("android")
id("com.google.devtools.ksp")
id("dagger.hilt.android.plugin")
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.21"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.22"
}

val localProperties = Properties().apply {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ gradlePlugin = "8.2.2"
gradlePublishPlugin = "0.27.0"
io-coil-kt = "2.5.0"
junit = "4.13.2"
kotlin = "1.9.21"
kotlinxCoroutine = "1.7.3"
ksp = "1.9.21-1.0.16"
kotlin = "1.9.22"
kotlinxCoroutine = "1.8.0"
ksp = "1.9.22-1.0.17"
ktlint = "0.50.0"
metalava = "0.3.5"
moshi = "1.15.1"
Expand Down

0 comments on commit 6fed3a2

Please sign in to comment.