From 30a0febf036842fe21be461560fef5e93a3d4bf6 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:39:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20kotlin=20versi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated kotlin version to 2.1.10 --- .idea/kotlinc.xml | 2 +- app/build.gradle.kts | 3 --- build.gradle.kts | 6 +++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index c224ad56..c22b6fa9 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8992dfc7..d3806401 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,9 +60,6 @@ android { buildFeatures { compose = true } - composeOptions { - kotlinCompilerExtensionVersion = "1.5.7" - } dependenciesInfo { includeInApk = false includeInBundle = false diff --git a/build.gradle.kts b/build.gradle.kts index 287cc29b..b98caf0b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ plugins { id("com.android.application") version "8.7.3" apply false - id("org.jetbrains.kotlin.android") version "2.0.21" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false - id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false + id("org.jetbrains.kotlin.android") version "2.1.10" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false + id("com.google.devtools.ksp") version "2.1.10-1.0.30" apply false id("com.google.dagger.hilt.android") version "2.52" apply false id("com.mikepenz.aboutlibraries.plugin") version "11.1.3" apply false id("androidx.room") version "2.6.1" apply false