Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose Compiler (#3903)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 5d3fe10 commit fefb243
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 @@ -7,10 +7,10 @@ plugins {
id 'com.android.library' version "8.2.1" apply false
id 'com.android.test' version '8.2.1' apply false
id 'androidx.baselineprofile' version '1.2.2'
id 'org.jetbrains.kotlin.android' version "1.9.21"
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.9.21"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.9.21"
id "com.google.devtools.ksp" version "1.9.21-1.0.16"
id 'org.jetbrains.kotlin.android' version "1.9.22"
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.9.22"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.9.22"
id "com.google.devtools.ksp" version "1.9.22-1.0.16"
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 @@ -168,7 +168,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.7"
kotlinCompilerExtensionVersion = "1.5.8"
}

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

0 comments on commit fefb243

Please sign in to comment.