Ian
02/21/2018, 5:21 PMException 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?