Skip to content

Commit

Permalink
Update Kotlin/Compose to v1.9.0 (#259)
Browse files Browse the repository at this point in the history
* Update Kotlin/Compose to v1.9.0

* Update libs.versions.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton committed Jul 21, 2023
1 parent 7680e2d commit d3dea29
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 522 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minSdk = "21"

coroutine = "1.7.2"

kotlin = "1.8.22"
kotlin = "1.9.0"

jetbrains-compose = "1.4.1"

Expand All @@ -22,7 +22,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }

coil-compose = "io.coil-kt:coil-compose:2.4.0"

jetbrains-compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.4.8" }
jetbrains-compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.5.0" }
jetbrains-compose-plugin = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "jetbrains-compose" }
jetbrains-compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "jetbrains-compose" }

Expand Down
Loading

0 comments on commit d3dea29

Please sign in to comment.