<Navigate from one Activity to another one in mult...
# stackoverflow
u
Navigate from one Activity to another one in multi module app The scheme of my app could be something like this

https://i.stack.imgur.com/wXVbt.png

core - It has all the base code for the entire project. app - Check if the user has the session active and then navigate to :ft_main or to :ft_auth. ft_main - It has a list of items for a specific user. ft_auth - It has all the logic to log in and sign up. PROBLEM As app known about all the libraries, I could include the navigation graph on my app's navigation graph...