Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent f7983b1 commit 6da889f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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("com.google.devtools.ksp") version "1.9.0-1.0.12" apply false
id ("org.jetbrains.kotlin.android") version ("1.9.21") apply false
id("org.jetbrains.kotlin.jvm") version "1.9.21" apply false
id("com.google.devtools.ksp") version "1.9.21-1.0.15" 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.6"
}
}

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.6"
}

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.21"
lint = "31.0.2"


Expand Down

0 comments on commit 6da889f

Please sign in to comment.