-
public interface DestinationDependenciesContainerContainer of all dependencies that can be used in a certain
DestinationComposable. You can useDestinationsNavHostto add dependencies to it via DependenciesContainerBuilder.dependencyHelpful:
Internally by generated code to get dependencies your annotated Composables require.
When using com.ramcosta.composedestinations.manualcomposablecalls.ManualComposableCallsBuilder you can get a hold of it by calling com.ramcosta.composedestinations.scope.DestinationScope.buildDependencies.
When using com.ramcosta.composedestinations.wrapper.DestinationWrapper feature you'll also be given a com.ramcosta.composedestinations.scope.DestinationScope where you can get this by its
dependenciesmethod.