how do I inject the databaseDAO directly with koin...
# koin
s
how do I inject the databaseDAO directly with koin? It says it doesn't have enough information to infer type variable T... Why does it need to be a
val
?
v
Pls post the code of what you’re trying to do or refer to the Koin docs
s
It only worked with 'val' not 'var'