I have decomposed my Application into 6 modules to improve performance, and they all share the same assets ( they share the the same fragments).I want to be able to create another application folder just for the Fragments so that all 6 applications can reference it. How do i do that? Currently, I ha...