From f64482d031fb99ef2d7d609ecd06cf9f6646b51c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:19:03 +0000 Subject: [PATCH] Update kotlin --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4fb341ebc..44e48f94a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlinVersion = '1.5.31' + ext.kotlinVersion = '2.1.0' ext.navigationVersion = '2.3.5' repositories { google() @@ -40,7 +40,7 @@ ext { archTestingVersion = '2.1.0' coroutinesVersion = '1.5.2' cardVersion = '1.0.0' - coroutinesVersion = '1.5.0' + coroutinesVersion = '1.9.0' dexMakerVersion = '2.28.1' espressoVersion = '3.4.0' fragmentVersion = '1.4.0'