Bump kotlinVersion from 1.8.20 to 1.9.20

Bumps `kotlinVersion` from 1.8.20 to 1.9.20.

Updates `org.jetbrains.kotlin.android` from 1.8.20 to 1.9.20

Updates `org.jetbrains.kotlin.kapt` from 1.8.20 to 1.9.20

Updates `org.jetbrains.kotlin.multiplatform` from 1.8.20 to 1.9.20

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.8.20 to 1.9.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 15:07:54 +00:00
committed by GitHub
parent 7735247521
commit 388be11513
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
val kotlinVersion = "1.8.20" val kotlinVersion = "1.9.20"
id("com.android.application") version "7.4.2" apply (false) id("com.android.application") version "7.4.2" apply (false)
id("org.jetbrains.kotlin.android") version kotlinVersion apply (false) id("org.jetbrains.kotlin.android") version kotlinVersion apply (false)
id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false) id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false)

View File

@@ -94,7 +94,7 @@ android {
dependencies { dependencies {
val daggerVersion = "2.48.1" val daggerVersion = "2.48.1"
val kotlinVersion = "1.8.20" val kotlinVersion = "1.9.20"
val kxCoroutinesVersion = "1.7.3" val kxCoroutinesVersion = "1.7.3"
val ktorVersion = "1.6.8" val ktorVersion = "1.6.8"
val espressoVersion = "3.5.1" val espressoVersion = "3.5.1"

View File

@@ -38,7 +38,7 @@ application {
dependencies { dependencies {
val ktorVersion = "1.6.8" val ktorVersion = "1.6.8"
val kotlinVersion = "1.8.20" val kotlinVersion = "1.9.20"
val logbackVersion = "1.4.9" val logbackVersion = "1.4.9"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion")