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
arnaud.giuliani
12/15/2020, 8:57 AM
if we push the logger as standalone, it would solve #2 then ? 🤔
need to check yes
j
Jintin
12/15/2020, 10:01 AM
yes, quite relate
a
arnaud.giuliani
12/15/2020, 2:41 PM
one problem is, the logger is linked to its Koin instance
else we can have problem for people who are isolating Koin applications