Skip to content

Commit

Permalink
chore(deps): update kotlin-related dependencies to v2.0.21-1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 89aeab6 commit 915a26d
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 @@ -24,7 +24,7 @@ androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04"
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.15"
androidx-compose-material = { module = "androidx.compose.material:material" }
### Google
google-ksp = "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.25"
google-ksp = "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.26"
### Square
square-kotlinpoet = "com.squareup:kotlinpoet-ksp:1.18.1"
### Build system
Expand All @@ -50,5 +50,5 @@ android-test = { id = "com.android.test", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
google-ksp = "com.google.devtools.ksp:2.0.21-1.0.25"
google-ksp = "com.google.devtools.ksp:2.0.21-1.0.26"
maven-publish = "com.vanniktech.maven.publish:0.30.0"

0 comments on commit 915a26d

Please sign in to comment.