getEntryProvider

Retrieves an EntryProvider by collecting all EntryProviderInstaller instances from the Koin scope associated with this ComponentCallbacks.

This function aggregates all registered navigation entry providers and creates a composite provider that delegates to all registered installers. Unlike entryProvider, this function eagerly initializes the provider.

Return

An EntryProvider that combines all registered navigation entries

See also

for lazy initialization