hey guys! I started to get "Caused by: java.lang...
# kodein
h
hey guys! I started to get "Caused by: java.lang.ClassCastException: android.app.Application cannot be cast to com.github.salomonbrys.kodein.KodeinAware" exception in my application, however I'm using kodein for a while now and without any issue. Do you have any idea what that might be? I haven't touched any of the DI part of the application
s
What Kodein version ? Did you upgrade Kodein ? Is your
Application
implementing the
KodeinAware
interface ?
h
4.1.0 and yes it is implementing, the funny thing is that it stopped doing by itself, without any clean or something, strange