NavEaseAutoRegistry
object NavEaseAutoRegistry
Registry of every @AutoRegister screen, populated by KSP-generated code.
You do not interact with this object directly. Each module's generated AutoRegisterScreens.kt declares a navEaseBootstrap() function that fills it in, and the generated NavEaseHost overloads call that function before composing a host.
Registration is idempotent: calling navEaseBootstrap() more than once — from several hosts, or from several modules — adds each key exactly once.