kikermo
04/06/2018, 10:26 AMoverride val kodein by Kodein.lazy {
import(androidModule(this@MyApp))
}
in my KodeinAware
application claass. The compiler complains about Missing getValue(MyApp, KProperty<*>) method on delegate of type LazyKodein
I am missing something right?