Skip to content

Commit

Permalink
Update Kotlin (#56)
Browse files Browse the repository at this point in the history
* Update Kotlin

* downgrade coroutines

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jordon de Hoog <jordon.dehoog@gmail.com>
  • Loading branch information
renovate[bot] and jordond authored Nov 29, 2023
1 parent 252ee4e commit 878ffae
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 @@ -3,7 +3,7 @@ sdk-target = "34"
sdk-compile = "34"
sdk-min = "21"
agp = "8.1.4"
kotlin = "1.9.20"
kotlin = "1.9.21"
ktor = "2.3.6"
versions = "0.50.0"
compose-multiplatform = "1.5.11"
Expand Down Expand Up @@ -35,7 +35,7 @@ okio = "3.6.0"

# These are pinned for Android instrumented tests
#noinspection GradleDependency
kotlin-coroutines = "1.6.4"
kotlin-coroutines = "1.7.2"
#noinspection GradleDependency
androidx-core-ktx = "1.10.0"

Expand Down

0 comments on commit 878ffae

Please sign in to comment.