We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896c814 commit f8b8c0eCopy full SHA for f8b8c0e
client-tools/build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
apply plugin: 'kotlin'
11
apply plugin: 'application'
12
13
-mainClassName = "io.ktor.samples.clientmultipart.MultipartAppKt"
+mainClassName = "ToolsAppKt"
14
15
sourceSets {
16
main.kotlin.srcDirs = ['src']
client-tools/src/ToolsApp.kt
@@ -1,6 +1,4 @@
1
import io.ktor.client.*
2
-import io.ktor.client.call.body
3
-import io.ktor.client.engine.cio.*
4
import io.ktor.client.request.*
5
import io.ktor.client.statement.*
6
import io.ktor.http.*
0 commit comments