Quick Android question, I’m migrating to kodein 5 ...
# kodein
k
Quick Android question, I’m migrating to kodein 5 and now when I define
Copy code
override 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?