Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent f836e80 commit 891507a
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.1"
id 'com.android.library' version "8.1.1" apply false
id 'org.jetbrains.kotlin.android' version "1.9.0"
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.9.0"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.9.0"
id "com.google.devtools.ksp" version "1.9.0-1.0.13"
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 'com.google.protobuf' version "0.9.4"
id 'app.cash.licensee' version "1.7.0"
id 'dev.rikka.tools.refine' version "4.3.0"
Expand Down Expand Up @@ -128,7 +128,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
kotlinCompilerExtensionVersion = "1.5.3"
}

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

0 comments on commit 891507a

Please sign in to comment.