Hello everyone! I’ve been reviewing koin-androidx-...
# koin-contributors
s
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
Cool. Interesting to have feedback 🙂
The idea is how we can provide the less invading API and let people start automatically.
🙌 1
Ok, I get it for the link between several starters
s
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?