Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Update kotlin-coroutines to 1.6.0 #23876

Closed
Mugurell opened this issue Feb 22, 2022 · 2 comments
Closed

Update kotlin-coroutines to 1.6.0 #23876

Mugurell opened this issue Feb 22, 2022 · 2 comments
Assignees
Labels
needs:triage Issue needs triage

Comments

@Mugurell
Copy link
Contributor

Mugurell commented Feb 22, 2022

As a followup to #23871 which will increase the kotlin version to 1.6.10 according to https://kotlinlang.org/docs/releases.html#release-details the recommended version for kotlin.coroutines is 1.6.0.

The 1.6.0 release comes with many changes

which is why it was left out of #23871.

┆Issue is synchronized with this Jira Task

@github-actions github-actions bot added the needs:triage Issue needs triage label Feb 22, 2022
@Mugurell Mugurell self-assigned this Apr 20, 2022
csadilek pushed a commit that referenced this issue May 10, 2022
… in tests.

After the update `TestCoroutineDispatcher`, `TestCoroutineScope` and
`runBlockingTest` are deprecated.
Instead of these new `TestDispatcher`, `TestScope` and `runTest` APIs are used.

Took the oportunity to also replace most of the `runBlocking` calls with the
new `runTest` specially designed for running coroutines in tests API.
@Mugurell
Copy link
Contributor Author

Changes landed on both AC and Fenix.
Everything seems stable but we should still observe CI test result in the next days.

@Mugurell
Copy link
Contributor Author

All good. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs:triage Issue needs triage
Projects
None yet
Development

No branches or pull requests

1 participant