[kotlin] Update kotlin to 1.7.21 and ktor to 2.1.3 (#14128)

This commit is contained in:
Matthias Ernst
2022-11-28 17:37:59 +01:00
committed by GitHub
parent d5ce79ac24
commit e93906eaea
67 changed files with 102 additions and 102 deletions

View File

@@ -11,7 +11,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
## Requires
* Kotlin 1.6.10
* Kotlin 1.7.21
* Gradle 7.5
## Build

View File

@@ -7,7 +7,7 @@ wrapper {
}
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.21'
repositories {
maven { url "https://repo1.maven.org/maven2" }
@@ -29,7 +29,7 @@ test {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "com.google.code.gson:gson:2.9.0"
implementation "com.squareup.okhttp3:okhttp:4.10.0"
testImplementation "io.kotlintest:kotlintest-runner-junit5:3.4.2"