bumble-tech / appyx

Model-driven navigation + UI components with gesture control for Compose Multiplatform
https://bumble-tech.github.io/appyx/
Apache License 2.0
1.12k stars 61 forks source link

Integration: Appyx + Koin #554

Open zsoltk opened 1 year ago

zsoltk commented 1 year ago

Vote on this comment (add an emoji) if you'd like us to prioritise adding support for Koin in Appyx Nodes.

arnaudgiuliani commented 10 months ago

Hello there 👋 I can give you some entry points to help investigate.

As @zsoltk asked me, if you need to work around creating your own scope creator, you can check the following:

KoinScopeComponent ensure to keep Koin context around and provides basic for inject extensions on the right scope. AndroidScopeComponent is doing kinda the same.

I would say, try and experiment. Ask me any questions. Put me in review if needed 👍