From 5994b51f3d922856888e45a738f72ec89356afc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:34:54 +0000 Subject: [PATCH] Update Kotlin, KSP and Compose Compiler (#3693) * Update Kotlin, KSP and Compose Compiler * Update build.gradle --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 05e1fab19a0..34d0e0565b2 100644 --- a/build.gradle +++ b/build.gradle @@ -5,10 +5,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id 'com.android.application' version "8.1.3" id 'com.android.library' version "8.1.3" apply false - id 'org.jetbrains.kotlin.android' version "1.9.10" - id 'org.jetbrains.kotlin.plugin.parcelize' version "1.9.10" - id 'org.jetbrains.kotlin.plugin.serialization' version "1.9.10" - id "com.google.devtools.ksp" version "1.9.10-1.0.13" + id 'org.jetbrains.kotlin.android' version "1.9.20" + id 'org.jetbrains.kotlin.plugin.parcelize' version "1.9.20" + id 'org.jetbrains.kotlin.plugin.serialization' version "1.9.20" + id "com.google.devtools.ksp" version "1.9.20-1.0.14" id 'com.google.protobuf' version "0.9.4" id 'app.cash.licensee' version "1.8.0" id 'dev.rikka.tools.refine' version "4.4.0" @@ -127,7 +127,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.5.3" + kotlinCompilerExtensionVersion = "1.5.4" } final def keystorePropertiesFile = rootProject.file("keystore.properties")