Colton Idle
10/13/2024, 3:12 PMNavDestination. hasRoute can only be called from within the same library group (referenced groupId=androidx. navigation from
on this code
selected = currentDestination?.hierarchy?.any { it.hasRoute(topLevelRoute.route::class) } == true,
Am I missing something?Chrimaeon
10/13/2024, 3:29 PMNavDestinat*ion.hasRoute*(route: KClass<T>)
in not “Internal”
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:navigati[…]l=844?q=androidx.navigation.NavDestination.Companion.hasRouteColton Idle
10/13/2024, 3:42 PMcomposeBom = "2024.09.03"
navigationCompose = "2.8.2"
these deps seem up to dateChrimaeon
10/13/2024, 3:43 PMColton Idle
10/13/2024, 3:43 PMColton Idle
10/13/2024, 3:45 PMColton Idle
10/13/2024, 3:45 PMIan Lake
10/13/2024, 3:51 PMColton Idle
10/13/2024, 3:55 PM