Add tvOS support in Compose Gradle plugin #5512
Open
+36
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add tvOS Support to Compose Gradle Plugin
Changes
Add tvOS target detection (tvos_x64, tvos_arm64, tvos_simulator_arm64)
Update isIosOrMacTarget() to include tvOS targets
Add tvOS platform handling in XCode target detection (appletvos, appletvsimulator)
Update error messages to reference "Apple platforms" instead of just "iOS"
Enables Apple TV development with Compose Multiplatform using the same resource management workflow as iOS.
Testing
Tested on physical Apple TV (tvOS 26.1)
Verified resource sync during Xcode builds
Confirmed iOS, Android, and Desktop builds remain unaffected
Framework generation works for all tvOS targets (arm64, x64, simulator arm64)
Release Notes
Features - Gradle Plugin
Add support for tvOS platform in Compose Multiplatform Gradle plugin, enabling Apple TV development with the same resource management capabilities as iOS