Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
d3a4d7c88f Bump kotlinVersion from 1.7.21 to 1.9.0
Bumps `kotlinVersion` from 1.7.21 to 1.9.0.

Updates `org.jetbrains.kotlin.android` from 1.7.21 to 1.9.0

Updates `org.jetbrains.kotlin.kapt` from 1.7.21 to 1.9.0

Updates `org.jetbrains.kotlin.multiplatform` from 1.7.21 to 1.9.0

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.7.21 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.9.0)

---
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>
2023-08-07 22:59:45 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
val kotlinVersion = "1.7.21" val kotlinVersion = "1.9.0"
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

@@ -80,7 +80,7 @@ android {
dependencies { dependencies {
val daggerVersion = "2.46" val daggerVersion = "2.46"
val kotlinVersion = "1.7.21" val kotlinVersion = "1.9.0"
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

@@ -34,7 +34,7 @@ application {
dependencies { dependencies {
val ktorVersion = "1.6.8" val ktorVersion = "1.6.8"
val kotlinVersion = "1.7.21" val kotlinVersion = "1.9.0"
val logbackVersion = "1.4.5" val logbackVersion = "1.4.5"
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")