Skip to content

Commit

Permalink
KTOR-7806 Add logging with standard Okhttp-like format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stexxe committed Jan 10, 2025
1 parent 980ccf0 commit ff01e60
Show file tree
Hide file tree
Showing 3 changed files with 1,584 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ kotlin.sourceSets {
jvmTest {
dependencies {
api(project(":ktor-shared:ktor-serialization:ktor-serialization-jackson"))
api(project(":ktor-client:ktor-client-plugins:ktor-client-encoding"))
}
}
}
Loading

0 comments on commit ff01e60

Please sign in to comment.