mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-07-29 13:12:47 +00:00
Kotlin/Native generates distinct Swift types for a class depending on whether it's imported directly from its owning module or transitively re-exported through another framework, so files consuming these DTOs via FluxaShared's re-export of core no longer matched the FluxaCore type Loader/ResourceLoader now return directly. Route Bootstrap and HomeEffectHandler through FluxaCore consistently, and add an explicit FluxaCore->FluxaShared stream conversion where DetailStartup crosses back into FluxaApple.shared's Shared-typed API. |
||
|---|---|---|
| .. | ||
| FluxaAppleAddonStoreStartup.swift | ||
| FluxaAppleAppRuntime.swift | ||
| FluxaAppleAuthStartup.swift | ||
| FluxaAppleCalendarStartup.swift | ||
| FluxaAppleCatalogStartup.swift | ||
| FluxaAppleDetailStartup.swift | ||
| FluxaAppleDiscoverStartup.swift | ||
| FluxaAppleHomeEffectHandler.swift | ||
| FluxaAppleLibraryStartup.swift | ||
| FluxaApplePlaybackPresenter.swift | ||
| FluxaApplePluginsEffectHandler.swift | ||
| FluxaApplePluginsStartup.swift | ||
| FluxaAppleSearchStartup.swift | ||
| FluxaAppleStreamingEngine.swift | ||
| FluxaIosApp.swift | ||