Skip to content

Drop macosX64 support#1144

Open
twyatt wants to merge 1 commit into
mainfrom
twyatt/macosX64
Open

Drop macosX64 support#1144
twyatt wants to merge 1 commit into
mainfrom
twyatt/macosX64

Conversation

@twyatt

@twyatt twyatt commented May 12, 2026

Copy link
Copy Markdown
Member

Kotlin 2.3.20 deprecated macosX64 support.

https://kotlinlang.org/docs/whatsnew2320.html#breaking-changes-and-deprecations

Note

Low Risk
Removes a platform target with no changes to core logic or security-sensitive code. Users on Intel Macs can use Rosetta with the ARM64 build.

Overview
Removes macosX64() from the Kotlin Multiplatform targets in kable-core/build.gradle.kts, discontinuing support for macOS Intel (x64) architecture in the core library. The library will continue to support macOS Apple Silicon via the existing macosArm64() target.

Reviewed by Cursor Bugbot for commit 465f965. Configure here.

@twyatt twyatt added apple major Changes that should bump the MAJOR version number labels May 12, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 465f965. Configure here.

Comment thread kable-core/build.gradle.kts Outdated
@twyatt twyatt force-pushed the twyatt/macosX64 branch 2 times, most recently from 6570fb1 to 4f29539 Compare May 12, 2026 20:22
@twyatt twyatt marked this pull request as ready for review May 12, 2026 20:49
@twyatt twyatt requested a review from a team as a code owner May 12, 2026 20:49
@twyatt twyatt requested review from cedrickcooke and sdonn3 May 12, 2026 20:49
@twyatt twyatt force-pushed the twyatt/macosX64 branch from 4f29539 to d687427 Compare May 12, 2026 21:12
@twyatt twyatt enabled auto-merge (squash) May 12, 2026 21:13
@twyatt twyatt added this to the 0.45.0 milestone May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apple major Changes that should bump the MAJOR version number

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants