From 3ae04e4f3605554845dad3a928849815d342059e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:31:02 +0000 Subject: [PATCH] Update kotlin --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index eddb1b6..76418c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { // optional - Kotlin Extensions and Coroutines support for Room implementation "androidx.room:room-ktx:$room_version" - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0' implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.7.0' diff --git a/build.gradle b/build.gradle index 43dba4f..f4f0e94 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.7.10" + ext.kotlin_version = "2.1.0" repositories { google() mavenCentral() @@ -31,7 +31,7 @@ buildscript { } plugins { - id 'org.jetbrains.kotlin.android' version '1.9.21' apply false + id 'org.jetbrains.kotlin.android' version '2.1.0' apply false } allprojects {