it works on my machine :confused:
# kodein
n
it works on my machine 😕
s
Which dependency strings/values
implementation
do you use?
n
dependencies:
Copy code
compile("org.kodein:kodein-core-jvm:${Versions.kodein}")
    compile("org.kodein:kodein-generic-jvm:${Versions.kodein}")
and repository:
Copy code
repositories {
    maven("<http://dl.bintray.com/salomonbrys/kodein>")
}
Maybe did you forget add kodein repo?
kodein version is:
5.0.0-beta5
s
Aghh… I forgot to put the maven repo in my `allprojects`section…. I had it in my
buildscript
section, but that is not enough
Thank you!
n
No problem!