Hello everyone! I’ve been reviewing koin-androidx-startup, and I think it’s great that they’ve included support for Android Startup. I know it’s their first version, but I’ve left an issue with some improvement suggestions here. I appreciate your feedback.
a
arnaud.giuliani
10/03/2024, 3:45 PM
Cool. Interesting to have feedback 🙂
arnaud.giuliani
10/03/2024, 3:46 PM
The idea is how we can provide the less invading API and let people start automatically.
🙌 1
arnaud.giuliani
10/03/2024, 3:46 PM
Ok, I get it for the link between several starters
s
Santiago Mattiauda
10/04/2024, 11:07 PM
I understand the point of providing a less intrusive API, but how about reusing the Application class instance to infer the declaration and not keeping a reference to the declaration in memory, even though it is used only once. Does that make sense?