Share path helpers in umbrella app

Good morning, I’m moving my Phoenix 1.2 project to 1.3 :slight_smile:

I’m struggling a bit how to share the router path helpers among the apps. Is there a way to pull them in from project A to project B? Or is that not a good approach …?

Read this discussion over here: Avoiding circular dependencies between 2 umbrella Phoenix applications using each other's routers

I do not think there is single great way to do it, but I’m using the advised way of using configuration and it works, although is a manual and repetetive.