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 <wangzongler@gmail.com>
This commit is contained in:
renovate[bot]
2023-11-08 01:34:54 +00:00
committed by GitHub
parent acd846d0d6
commit 5994b51f3d

View File

@@ -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")