You can achieve it through circular navigation like this
navController.navigate( route = selectedDestination, navOptions = navOptions { popUpTo(selectedDestination){ inclusive = true } } )
Result