Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent f7983b1 commit 57212d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
plugins {
id ("com.android.application") version ("8.0.2") apply false
id ("com.android.library") version ("8.0.2") apply false
id ("org.jetbrains.kotlin.android") version ("1.9.0") apply false
id("org.jetbrains.kotlin.jvm") version "1.9.0" apply false
id ("org.jetbrains.kotlin.android") version ("1.9.20") apply false
id("org.jetbrains.kotlin.jvm") version "1.9.20" apply false
id("com.google.devtools.ksp") version "1.9.0-1.0.12" apply false
id("com.android.test") version "8.0.2" apply false
}
2 changes: 1 addition & 1 deletion chai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.0"
kotlinCompilerExtensionVersion = "1.5.4"
}
}

Expand Down
2 changes: 1 addition & 1 deletion chaidemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.0"
kotlinCompilerExtensionVersion = "1.5.4"
}

packaging {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.0"
kotlin = "1.9.20"
lint = "31.0.2"


Expand Down

0 comments on commit 57212d0

Please sign in to comment.