Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.21 (#3240)
Browse files Browse the repository at this point in the history
* Update kotlin monorepo to v1.9.21
* upgrade compose compiler for Kotlin 1.9.21
* Bump com.google.devtools.ksp from 1.9.20-1.0.14 to 1.9.21-1.0.15

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Frett <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent c245898 commit c2b8af6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanist = "0.32.0"
android-gradle-plugin = "8.1.4"
androidx-compose-compiler = "1.5.4"
androidx-compose-compiler = "1.5.5-dev-k1.9.21-163bb051fe5"
androidx-compose-material = "1.5.4"
androidx-compose-ui = "1.5.4"
androidx-core = "1.12.0"
Expand All @@ -20,7 +20,7 @@ firebase-perf = "20.5.1"
godtoolsShared = "0.9.2"
google-auto-value = "1.10.4"
gtoSupport = "4.2.0-SNAPSHOT"
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinCoroutines = "1.7.3"
kotlinKover = "0.7.5"
ktlint = "1.0.1"
Expand Down Expand Up @@ -227,5 +227,5 @@ firebase-perf = { id = "com.google.firebase.firebase-perf", version = "1.4.2" }
google-services = { id = "com.google.gms.google-services", version = "4.4.0" }
grgit = { id = "org.ajoberstar.grgit", version = "5.2.1" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.20-1.0.14" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.21-1.0.15" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradle" }

0 comments on commit c2b8af6

Please sign in to comment.