mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-05 00:08:56 +00:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle.kts | ||