[kotlin-client][multiplatform] use shortcut to access jsMain as well (#17358)

This commit is contained in:
Csaba Kozák
2023-12-10 08:15:40 +01:00
committed by GitHub
parent 004c7e8c8d
commit 8bb9a10b9f
6 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ kotlin {
}
}
val jsMain by getting {
jsMain {
dependencies {
api("io.ktor:ktor-client-js:$ktor_version")
}