Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove override for coroutines' versions #337

Open
krzema12 opened this issue Jan 7, 2025 · 0 comments
Open

Remove override for coroutines' versions #337

krzema12 opened this issue Jan 7, 2025 · 0 comments

Comments

@krzema12
Copy link
Owner

krzema12 commented Jan 7, 2025

See #336 - this workaround was added:

// Overridig coroutines' version to solve a problem with WASM JS tests.
// See https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223
// TODO: remove this workaround in https://github.com/krzema12/snakeyaml-engine-kmp/issues/337
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")

because kotest depends on an older version of coroutines that don't work with Kotlin 2.1.0: kotest/kotest#4644.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant