Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose Compiler (#3693)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Nov 8, 2023
1 parent acd846d commit 5994b51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -127,7 +127,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.4"
}

final def keystorePropertiesFile = rootProject.file("keystore.properties")
Expand Down

0 comments on commit 5994b51

Please sign in to comment.