*Navigation across dynamic feature modules:* Navig...
# android-architecture
v
Navigation across dynamic feature modules: Navigation from a fragment in one dynamic feature module to a fragment nested in another onDemand dynamic feature module.. this cannot be done using deeplinks for sure and neither the document mentioned here(https://developer.android.com/guide/navigation/navigation-multi-module) mentions about this... What is the best way to achieve navigation in these scenarios ?
s
In the documentation you linked:
Note: Navigation also supports navigating with feature modules and provides similar functionality for dynamic feature modules through 
<include-dynamic>
.
👍 1