https://kotlinlang.org logo
Title
f

Fabio

08/07/2020, 10:53 AM
Earlier today I was having some quality time seeing how it would go for supporting suspending methods in factories. I have something that works, but I'd rather know if this have some potential of getting merged before cleaning and polishing it. https://github.com/InsertKoinIO/koin/issues/388#issuecomment-670418088
a

arnaud.giuliani

08/11/2020, 7:32 AM
interesting, not the first time people are asking for coroutines support. What kind of app do you have behind?
f

Fabio

08/11/2020, 11:04 PM
android. I added a few notes on the existing issue, so you could say my comments here are duplicates of what's there. In my case I've been optimizing some UI problems, and found that 310 ABP lib is slow to initialize.
some 90ms, but the UI thread is not the right place.