From 797c1abd25f77477315b21f6cf5ef5d5a40ec238 Mon Sep 17 00:00:00 2001 From: Ahmed El-Helw Date: Fri, 17 Nov 2023 22:03:36 +0400 Subject: [PATCH] Update Kotlin to 1.9.20 and update Compose and KSP --- build-logic/convention/build.gradle.kts | 2 +- gradle/libs.versions.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-logic/convention/build.gradle.kts b/build-logic/convention/build.gradle.kts index b46bedaf13..7e87c66314 100644 --- a/build-logic/convention/build.gradle.kts +++ b/build-logic/convention/build.gradle.kts @@ -6,7 +6,7 @@ group = "com.quran.labs.androidquran.buildlogic" dependencies { compileOnly("com.android.tools.build:gradle:8.1.4") - compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10") + compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20") implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location)) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 88848fd397..0884f27216 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] agp = "8.1.4" -kotlin = "1.9.10" -ksp = "1.9.10-1.0.13" +kotlin = "1.9.20" +ksp = "1.9.20-1.0.14" # required within the Gradle convention plugins - not unused -compose-compiler = "1.5.3" +compose-compiler = "1.5.4" composeBomVersion = "2023.10.01" okhttpBomVersion = "4.12.0"