Skip to content

Commit

Permalink
client-tools: Fix Gradle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfayard committed Oct 2, 2022
1 parent 896c814 commit f8b8c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'application'

mainClassName = "io.ktor.samples.clientmultipart.MultipartAppKt"
mainClassName = "ToolsAppKt"

sourceSets {
main.kotlin.srcDirs = ['src']
Expand Down
2 changes: 0 additions & 2 deletions client-tools/src/ToolsApp.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import io.ktor.client.*
import io.ktor.client.call.body
import io.ktor.client.engine.cio.*
import io.ktor.client.request.*
import io.ktor.client.statement.*
import io.ktor.http.*
Expand Down

0 comments on commit f8b8c0e

Please sign in to comment.