From 0354151fa7a4d83ef26bbaf5ef91e4959dcb53f5 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 14 May 2021 12:33:52 +0200 Subject: [PATCH] kotlin_coroutines_version = "1.5.0-RC" since kotlin_version = '1.5.0' --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f0ba2c461f..ec5d35a72c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { // Ref: https://kotlinlang.org/releases.html ext.kotlin_version = '1.5.0' - ext.kotlin_coroutines_version = "1.4.2" + ext.kotlin_coroutines_version = "1.5.0-RC" repositories { google() jcenter()