forked from loafle/openapi-generator-original
[Kotlin][Multiplatform] Add missing JVM dependency (#10051)
This dependency was accidentally removed in PR #9755 where we switched from `build.gradle` to `build.gradle.kts`.
This commit is contained in:
@@ -46,6 +46,7 @@ kotlin {
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib-jdk7"))
|
||||
implementation("io.ktor:ktor-client-cio-jvm:$ktor_version")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@ kotlin {
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib-jdk7"))
|
||||
implementation("io.ktor:ktor-client-cio-jvm:$ktor_version")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user