Skip to content

Commit

Permalink
fix(deps): update kotlin, ksp and compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 46d65f6 commit bd34f1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ google-autoservice-ksp = "1.1.0"

jetbrains-annotation = "24.1.0"

kotlin-core = "1.9.0"
kotlin-coroutines = "1.7.3"
kotlin-core = "1.9.25"
kotlin-coroutines = "1.9.0"
kotlin-dokka = "1.9.10"
kotlin-ksp = "1.9.0-1.0.13"
kotlin-ksp = "1.9.25-1.0.20"
kotlin-kotlinpoet = "1.15.1"
kotlin-detekt = "1.23.4"
kotlin-ktlint-gradle = "11.6.1"
kotlin-ktlint-source = "0.48.2"
kotlin-collections-immutable = "0.3.5"
kotlin-collections-immutable = "0.3.8"
kotlin-dataclass-nocopy = "1.0.4"

androidx-core-ktx = "1.12.0"
Expand Down

0 comments on commit bd34f1f

Please sign in to comment.