Hi i have started a new position with a company wh...
# koin
t
Hi i have started a new position with a company whose android application has 100+ koin modules I have been given the task of migrating to koin 4 and improving the applications start up time i want to investigate lazy modules but do not know how to identify which modules should be lazy is there some method i can use to see the order and when koin is currently loading the modules to enable me to make the majority of the modules lazy
👀 1
a
To start I would look at definitions at first screen. Everything else can be lazyModule, loaded in async background and you won't have to wait for them at first screen. This should be sufficient. You can convert part of your definitions step by step. Interesting to have your feedback on your progress 👍
t
I'll give that a go, thanks 😄
👍 1