From a43e11e08d57bd898efc72d6db94ed3d4b01f74f Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Mon, 14 Feb 2022 10:48:38 +0300 Subject: Shutdown coroutines dispatchers after each module pass (#2325) * Update kotlinx.coroutines to 1.6.0 * Shutdown common coroutines dispatchers after each module pass * Don't finalize coroutines in unit tests Co-authored-by: Mikhail Zarechenskiy --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 49b900b7..dfc59909 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ dokka_publication_channels=maven-central-snapshot&space-dokka-dev dokka_integration_test_parallelism=2 # Versions kotlin_version=1.6.10 -coroutines_version=1.5.1 +coroutines_version=1.6.0 kotlinx_html_version=0.7.3 kotlin_plugin_version=211-1.6.10-release-923-IJ7442.40 jsoup_version=1.13.1 -- cgit