Last active
June 1, 2020 14:22
-
-
Save romainbsl/5adda8f3a647b2f33553607e2e5a52b2 to your computer and use it in GitHub Desktop.
kodein-di-v6-gradle.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// API use | |
implementation("org.kodein:kodein-di-core:6.5.5") | |
// Generic, JVM only use | |
implementation("org.kodein:kodein-di-generic-jvm:6.5.5") | |
// Erased, Native, JS or even JVM use | |
implementation("org.kodein:kodein-di-erased:6.5.5") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment