diff --git a/other/di-kodein/build.gradle b/other/di-kodein/build.gradle index 02b983c0..8cfda9ad 100644 --- a/other/di-kodein/build.gradle +++ b/other/di-kodein/build.gradle @@ -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" } - diff --git a/settings.gradle b/settings.gradle index cb17e2cc..a88f2d6a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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')