Skip to content

Commit

Permalink
Upgrade Compose Compiler, Kotlin and KSP (#239)
Browse files Browse the repository at this point in the history
* Upgrade Compose Compiler to 1.5.10

Signed-off-by: Arnau Mora <[email protected]>

* Upgrade Compose Compiler to 1.5.11

Signed-off-by: Arnau Mora Gras <[email protected]>

* Upgrade Kotlin and KSP

Signed-off-by: Arnau Mora Gras <[email protected]>

---------

Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora Gras <[email protected]>
  • Loading branch information
ArnyminerZ authored Mar 21, 2024
1 parent 1f8ae91 commit fa00a11
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
Expand Up @@ -16,7 +16,7 @@ commons-io = "2.6"
#noinspection GradleDependency
commons-lang3 = "3.8.1"
# Keep in sync with Kotlin version: https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.8"
compose-compiler = "1.5.11"
compose-dialogs = "1.3.0"
compose-material = "1.6.4"
compose-material3 = "1.2.1"
Expand All @@ -25,9 +25,9 @@ compose-ui = "1.6.4"
desugaring = "2.0.4"
joda-time = "2.12.7"
junit = "4.13.2"
kotlin = "1.9.22"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
ksp = "1.9.22-1.0.17"
ksp = "1.9.23-1.0.19"
okhttp = "4.12.0"
room = "2.6.1"

Expand Down

0 comments on commit fa00a11

Please sign in to comment.