diff --git a/build-logic/convention/build.gradle.kts b/build-logic/convention/build.gradle.kts index 24f562f5b6..441808f16c 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.2.0") - compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20") + compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location)) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e1eb8c26db..bca99ae7af 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] agp = "8.2.0" -kotlin = "1.9.20" -ksp = "1.9.20-1.0.14" +kotlin = "1.9.21" +ksp = "1.9.21-1.0.15" # required within the Gradle convention plugins - not unused -compose-compiler = "1.5.4" +compose-compiler = "1.5.5-dev-k1.9.21-163bb051fe5" composeBomVersion = "2023.10.01" okhttpBomVersion = "4.12.0"