NavEaseHostForRoot

fun NavEaseHostForRoot(rootClass: KClass<*>, start: NavKey, onExitRequest: () -> Unit = {}, enableSharedTransitions: Boolean = false, navTransition: NavTransition = NavTransition.Push, onDestinationChanged: NavEaseController.(NavKey) -> Unit? = null)

Non-inline implementation backing NavEaseHost.

Also the target of the KSP-generated NavEaseHost overloads, which call navEaseBootstrap() before delegating here. Prefer NavEaseHost in application code; this entry point is public only so generated code can reach it.