File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ repositories {
1212
1313dependencies {
1414 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
15- implementation " ch.qos.logback:logback-classic: $l ogback_version "
15+ implementation " org.slf4j:slf4j-api: $s lf4j_version "
1616 implementation " io.ktor:ktor-server-core:$ktor_version "
1717 implementation " io.ktor:ktor-server-host-common:$ktor_version "
1818 implementation " io.ktor:ktor-metrics:$ktor_version "
1919 implementation " io.ktor:ktor-server-sessions:$ktor_version "
20-
20+
2121 implementation " io.ktor:ktor-jackson:$ktor_version " // needed for parameter parsing and multipart parsing
2222 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8" // needed for multipart parsing
2323 implementation ' org.webjars:swagger-ui:3.25.0'
24-
24+
2525 implementation " org.reflections:reflections:0.9.11" // only used while initializing
26-
26+
2727 testImplementation " io.ktor:ktor-server-netty:$ktor_version "
2828 testImplementation " io.ktor:ktor-server-test-host:$ktor_version "
29-
29+ testImplementation " ch.qos.logback:logback-classic: $l ogback_version "
3030}
3131
3232compileKotlin {
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22ktor_version =1.3.2
33logback_version =1.2.1
4+ slf4j_version =1.7.30
45kotlin_version =1.3.70
You can’t perform that action at this time.
0 commit comments