Hi there, thanks for the tutorial, it has been great.
My pubspec.yaml has some "private" dependencies, example.
shared_ui:
path: features/shared_ui
From your tutorial, but also from the injectable documentation, I cannot see a way of having the same codegeration working inside this "private" modules so I don't have to register all the dependencies manually in the main module.
Thanks.