mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-01 06:29:16 +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. |
||
|---|---|---|
| .. | ||
| FluxaAppleAddonCatalogResolver.swift | ||
| FluxaAppleAddonConfigurationStore.swift | ||
| FluxaAppleAddonResourceLoader.swift | ||
| FluxaAppleAddonStoreManager.swift | ||
| FluxaAppleAuthStore.swift | ||
| FluxaAppleCatalogBootstrap.swift | ||
| FluxaAppleCatalogLoader.swift | ||
| FluxaAppleHeadlessCoordinator.swift | ||
| FluxaAppleHeadlessRuntime.swift | ||
| FluxaAppleLibraryStore.swift | ||
| FluxaAppleNetGuard.swift | ||
| FluxaApplePlatformEffectExecutor.swift | ||
| FluxaApplePluginHttpClient.swift | ||
| FluxaApplePluginRepositoryManager.swift | ||
| FluxaAppleStremioAuthClient.swift | ||
| FluxaCoreStremio.swift | ||