Question about the `closestKodein(Context)`: Could...
# kodein
s
Question about the `closestKodein(Context)`: Could the kodein ‘returned’ by this function cause a leak of the provided
Context
? E.g if I provide the returned Kodein/KodeinAware when creating a class instance that will live longer than that Context (eg a ViewModel lives longer than an Activity)