mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Kotlin 1.8.10 (#3301)
* Update Kotlin * Compose compiler 1.4.2 https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.4.2 --------- 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 "7.4.1"
|
||||
id 'com.android.library' version "7.4.1" apply false
|
||||
id 'org.jetbrains.kotlin.android' version "1.8.0"
|
||||
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.8.0"
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "1.8.0"
|
||||
id "com.google.devtools.ksp" version "1.8.0-1.0.9"
|
||||
id 'org.jetbrains.kotlin.android' version "1.8.10"
|
||||
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.8.10"
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "1.8.10"
|
||||
id "com.google.devtools.ksp" version "1.8.10-1.0.9"
|
||||
id 'com.google.protobuf' version "0.9.1"
|
||||
id 'com.google.android.gms.oss-licenses-plugin' version "0.10.6"
|
||||
id 'dev.rikka.tools.refine' version "4.1.0"
|
||||
@@ -124,7 +124,7 @@ android {
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.4.0"
|
||||
kotlinCompilerExtensionVersion = "1.4.2"
|
||||
}
|
||||
|
||||
final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||
|
||||
Reference in New Issue
Block a user