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 60 forks source link

Hilt or Dagger2 integration? #190

Open Jparrgam opened 1 year ago

Jparrgam commented 1 year ago

Hello, it is a question more than a bug, is there an example of integration with hilt or dagger 2?

LachlanMcKee commented 1 year ago

Hi @Jparrgam sorry for the delay. I am currently working on a solution and example for how you could use Appyx with Dagger Hilt (https://github.com/bumble-tech/appyx/pull/115)

I'm still gathering feedback on it, so if you have any suggestions, please let me know :)

My original aim was to make the API able to completely hide a Node implementation outside of a module, however @Ninjars has suggested also making the API simpler for developers who don't necessarily want to hide implementations, and want to write less code.