mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[kotlin-client][multiplatform] use shortcut to access jsMain as well (#17358)
This commit is contained in:
@@ -68,7 +68,7 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
val jsMain by getting {
|
||||
jsMain {
|
||||
dependencies {
|
||||
api("io.ktor:ktor-client-js:$ktor_version")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user