Hello! We have an app that is not fully migrated in compose. The main screen of the app contains a BottomNavigationView and for every tab we have a fragment. Some fragments contain composables other views. In a fragment with composables we have declared a nav graph and a deeplink for a destination. We want to navigate into this destination from another tab that has Views. It seems that NavController of the fragment with the Views can not find the deeplink. Is there some limitation? Is there any way to by pass this? The hacky solution is to create a dedicated fragment for the destination that we want to navigate to and declare a deeplink for the fragment