fixing clients
new frontend
This commit is contained in:
@@ -63,5 +63,10 @@ kotlin {
|
||||
implementation(libs.ktor.client.cio)
|
||||
}
|
||||
}
|
||||
val jsMain by getting {
|
||||
dependencies {
|
||||
implementation(libs.ktor.client.js)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user