Entry Provider Installer
Type alias for a function that installs navigation entries into an EntryProviderScope.
An EntryProviderInstaller is an extension function on EntryProviderScope that allows registering navigation entries (routes and their composable content) within the scope. These installers are collected by Koin and aggregated to build the complete navigation graph.
Installers are typically created using the navigation DSL function in Koin modules.
See also
for the aggregated navigation entry provider