Unable to Get Current Route from currentBackStackEntry in Compose Navigation with Type-Safe Navigation
I am working on a project that utilizes Jetpack Compose Navigation with Type-Safe Navigation. Within my application, I have an composable function responsible for hosting the navigation graph. Here’s a simplified version of the code: