Skip to content

Commit

Permalink
Update kotlinx-coroutines monorepo to v1.10.0 (#1486)
Browse files Browse the repository at this point in the history
* Update kotlinx-coroutines monorepo to v1.10.0

* Remove old library file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
  • Loading branch information
renovate[bot] and JakeWharton authored Dec 20, 2024
1 parent 86330f7 commit 03428e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ androidx-compose = "1.7.6"
compileSdk = "35"
http4k = "4.48.0.0"
kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"
kotlinx-coroutines = "1.10.0"
kotlinx-serialization = "1.7.3"
okHttp = "4.12.0"
okio = "3.9.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ fun Zipline.loadTestingJs() {
// Load modules in topologically-sorted order. In production the zipline-manifest does this.
loadJsModuleFromResource("./kotlin-kotlin-stdlib.js")
loadJsModuleFromResource("./kotlinx-atomicfu.js")
loadJsModuleFromResource("./kotlin-kotlinx-atomicfu-runtime.js")
loadJsModuleFromResource("./kotlinx-serialization-kotlinx-serialization-core.js")
loadJsModuleFromResource("./kotlinx-serialization-kotlinx-serialization-json.js")
loadJsModuleFromResource("./kotlinx-coroutines-core.js")
Expand Down

0 comments on commit 03428e7

Please sign in to comment.