Skip to content

chore: drop deprecated watchosX64 and tvosX64 targets#727

Merged
devcrocod merged 3 commits intomainfrom
chore/drop-watchos-tvos-x64
Apr 28, 2026
Merged

chore: drop deprecated watchosX64 and tvosX64 targets#727
devcrocod merged 3 commits intomainfrom
chore/drop-watchos-tvos-x64

Conversation

@devcrocod
Copy link
Copy Markdown
Contributor

Drop the deprecated watchosX64 and tvosX64

Breaking Changes

consumers that depended on watchosX64 or tvosX64 artifacts will need to migrate to the corresponding ARM/simulator targets.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Drops deprecated Kotlin/Native Apple simulator targets (watchosX64, tvosX64) from the SDK’s multiplatform build configuration to reduce deprecation surface and align with current target support.

Changes:

  • Remove watchosX64() from multiplatform target declarations
  • Remove tvosX64() from multiplatform target declarations
  • Apply the target removals across core, client, and testing modules

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
kotlin-sdk-testing/build.gradle.kts Removes deprecated watchOS/tvOS x64 targets from test module KMP targets.
kotlin-sdk-core/build.gradle.kts Removes deprecated watchOS/tvOS x64 targets from core KMP targets.
kotlin-sdk-client/build.gradle.kts Removes deprecated watchOS/tvOS x64 targets from client KMP targets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread kotlin-sdk-core/build.gradle.kts
Copy link
Copy Markdown
Contributor

@e5l e5l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copilot AI review requested due to automatic review settings April 28, 2026 15:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devcrocod devcrocod merged commit 7474a33 into main Apr 28, 2026
24 of 25 checks passed
@devcrocod devcrocod deleted the chore/drop-watchos-tvos-x64 branch April 28, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants