You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Is it possible to specify a directory every module can output their destination instead of inside their individual modules? I've tried
using arg("compose-destinations.mode", "[GENERATION_MODE_FOR_MODULE]") arg("compose-destinations.moduleName", "[YOUR_MODULE_NAME")
with "destinations" and "navgraphs" but both seems to still create the destinations inside their respective modules. I want to keep our multi-module hierarchy but be able to navigate anywhere from any module without having to have certain modules depend on another just for navigation. Is this something I should't be doing? Is this currently possible?
The text was updated successfully, but these errors were encountered:
cj1098
changed the title
Multi-module project change where modules generate their destinations
Q: Multi-module project change where modules generate their destinations
Oct 14, 2024
classCoreFeatureNavigatorSettings(
privatevalnavController:NavController,
) : HomeModuleNavigator,
OnboardingModuleNavigator {
overridefunnavigateToOnboardingScreen() = navController.navigate(OnboardingScreenDestination.route)
// implement all navs from different interfaces in different modules
Hi!
Is it possible to specify a directory every module can output their destination instead of inside their individual modules? I've tried
using
arg("compose-destinations.mode", "[GENERATION_MODE_FOR_MODULE]") arg("compose-destinations.moduleName", "[YOUR_MODULE_NAME")
with "destinations" and "navgraphs" but both seems to still create the destinations inside their respective modules. I want to keep our multi-module hierarchy but be able to navigate anywhere from any module without having to have certain modules depend on another just for navigation. Is this something I should't be doing? Is this currently possible?
The text was updated successfully, but these errors were encountered: