Source set: Common
public class Destination(
navigator: ComposeNavigator,
internal val content:
@Composable
AnimatedContentScope.(@JvmSuppressWildcards NavBackStackEntry) -> Unit,
) : NavDestination(navigator)
NavDestination specific to ComposeNavigator