Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent fde75d2 commit 05fa9c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.10"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.21"
id("de.jensklingenberg.ktorfit") version "1.10.1"
}

Expand Down
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
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.10' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}
4 changes: 2 additions & 2 deletions example/MultiplatformExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ buildscript {
}
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.9.20")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.9.21")

}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coroutines = "1.7.3"
detekt = "1.23.1"
junit = "4.13.2"
kctfork = "0.3.2"
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinPoet = "1.14.2"
kspVersion = "1.9.20-1.0.14"
ktorfit = "1.10.1"
Expand Down

0 comments on commit 05fa9c4

Please sign in to comment.