I get `Exception in thread "main" com.github.salom...
# kodein
i
I get
Exception in thread "main" com.github.salomonbrys.kodein.Kodein$NotFoundException: No provider found for bind<Athena>() with ? { ? }
when I try
val athena : Athena = kodein.instance()
. And then when I try
println(kodein.container.bindings.description)
it prints an empty line - so seems like no bindings are being registered. Any ideas?