```val kodein by kodein()``` can be nasty on Andro...
# kodein
m
Copy code
val kodein by kodein()
can be nasty on Android if you forget to import the extension function 😄 https://youtrack.jetbrains.com/issue/KT-37796
r
Yes that’s why we let the closestKodein() for now, as some had issues with this
m
Interesting! I was wondering why it isn’t deprecated.