mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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:
10
build.gradle
10
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")
|
||||
|
||||
Reference in New Issue
Block a user