From 8aeb37d2da7212f525cb47e715db7b4dc8753edc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:08:06 +0000 Subject: [PATCH] Update kotlin --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c7ff149..150ead5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.1.1' + kotlinCompilerExtensionVersion '1.5.15' } packagingOptions { resources { diff --git a/build.gradle b/build.gradle index da21b87..a2632e4 100644 --- a/build.gradle +++ b/build.gradle @@ -22,5 +22,5 @@ buildscript { plugins { id 'com.android.application' version '7.3.1' apply false id 'com.android.library' version '7.3.1' apply false - id 'org.jetbrains.kotlin.android' version '1.6.10' apply false + id 'org.jetbrains.kotlin.android' version '2.1.0' apply false } \ No newline at end of file