From f23b20095b0f94913cf5406d2f0df6c638b6b514 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 26 Aug 2024 20:30:21 +0200 Subject: [PATCH] Revert "Merge branch 'feature/coroutines-1.9.0' into feature/kotlin-2.0.20" This reverts commit ab4ca8b2f159e5f8ffe7955d6d4cd73f4940e1d4, reversing changes made to 55b6ca0c0774ee84104d8e2ebca04e9bfe16f520. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 330f28e0..5ba46518 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.0.20" -kotlinx-coroutines = "1.9.0-RC.2" +kotlinx-coroutines = "1.9.0-RC" kotlinx-binary-compatibility-validator = "0.15.0-Beta.2" ksp = "2.0.20-1.0.24" kotlinpoet = "1.18.1"