Skip to content

Commit

Permalink
Update kotlin to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 20b41b5 commit 21d962b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath(versionCatalogLibs.android.gradle.plugin)
classpath(versionCatalogLibs.kotlin.gradle.plugin)
classpath("org.jetbrains.kotlin:kotlin-android-extensions:1.8.20")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:1.9.10")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Define the dependency versions
#Project
#kotlin
kotlinVersion = "1.8.20"
kotlinVersion = "1.9.10"
kotlinxSerializationJson = "1.5.0"
#gradle
androidGradlePlugin = "8.0.2"
Expand Down

0 comments on commit 21d962b

Please sign in to comment.