fluxa/shared
KhooLy a0db322fed fix: move Apple catalog/detail/discover/search snapshot DTOs from shared to core
Xcode's embedAndSignAppleFrameworkForXcode task for :shared: is
intermittently disabled by the Kotlin Gradle Plugin's own IDE/index-build
detection (onlyIf 'Task is enabled' is false), silently skipping the
framework embed and leaving these types unavailable to Swift. core's
framework already embeds reliably for iOS (matching tvOS), so these plain
DTOs move there instead; the Compose-dependent DataSource wrappers stay in
shared, which already re-exports core.
2026-07-28 19:04:13 +03:00
..
src fix: move Apple catalog/detail/discover/search snapshot DTOs from shared to core 2026-07-28 19:04:13 +03:00
build.gradle.kts Add a TV hero carousel to the catalog home 2026-07-21 14:50:37 +03:00