And also want to discuss some further improvement....
# koin-contributors
j
And also want to discuss some further improvement. 1. Do you guys think the logger should be stand alone object instead of variable inside Koin? 2. Want to avoid pass Koin everywhere, child object is better not knowing the parent object if possible.
a
if we push the logger as standalone, it would solve #2 then ? 🤔
need to check yes
j
yes, quite relate
a
one problem is, the logger is linked to its Koin instance
else we can have problem for people who are isolating Koin applications