Skip to content

Commit

Permalink
Re-enable :di-kodein and clean up build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Feb 15, 2020
1 parent c40d75f commit 6eb8693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions other/di-kodein/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compile "io.ktor:ktor-server-netty:$ktor_version"
compile "ch.qos.logback:logback-classic:$logback_version"

compile "io.ktor:ktor-html-builder:$ktor_version"
compile "io.ktor:ktor-locations:$ktor_version"
compile "io.ktor:ktor-html-builder:$ktor_version"
compile "ch.qos.logback:logback-classic:$logback_version"

compile 'org.kodein.di:kodein-di-generic-jvm:5.2.0'

testCompile "io.ktor:ktor-server-test-host:$ktor_version"
}

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module('other', 'filelisting')
module('other', 'structured-logging')
module('other', 'client-multipart')
module('other', 'client-tools')
// module('other', 'di-kodein')
module('other', 'di-kodein')
module('other', 'reverse-proxy')
module('other', 'reverse-proxy-ws')
module('other', 'redirect-with-exception')
Expand Down

0 comments on commit 6eb8693

Please sign in to comment.