mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Kotlin 1.8 and Compose compiler 1.4.0 (#3257)
* Bump Kotlin to 1.8.0 https://github.com/JetBrains/kotlin/releases/tag/v1.8.0 https://github.com/google/ksp/releases/tag/1.8.0-1.0.8 * Bump Compose compiler to 1.4.0 https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.4.0
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -4,10 +4,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
plugins {
|
||||
id 'com.android.application' version "7.4.0"
|
||||
id 'com.android.library' version "7.4.0" apply false
|
||||
id 'org.jetbrains.kotlin.android' version "1.7.20"
|
||||
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.7.20"
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "1.7.20"
|
||||
id "com.google.devtools.ksp" version "1.7.20-1.0.8"
|
||||
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.8"
|
||||
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 "3.1.1"
|
||||
@@ -146,7 +146,7 @@ android {
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.3.2"
|
||||
kotlinCompilerExtensionVersion = "1.4.0"
|
||||
}
|
||||
|
||||
final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||
|
||||
Reference in New Issue
Block a user