Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Kotlin 2.0.20-Beta1 EAP release details #4299

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
feat: update titles
  • Loading branch information
koshachy committed Jun 18, 2024
commit 061fed702355b8569def51e927c78cd4dcc25403
4 changes: 2 additions & 2 deletions docs/topics/whatsnew-eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Kotlin %kotlinEapVersion% release is out!
Here are some details of this EAP release:

* [Language: Data class copy function to have the same visibility as constructor](#language-data-class-copy-function-to-have-the-same-visibility-as-constructor)
* [Kotlin/Native: support for bitcode embedding removed](#kotlin-native-support-for-bitcode-embedding-removed)
* [Kotlin/Native: Support for bitcode embedding removed](#kotlin-native-support-for-bitcode-embedding-removed)
* [Kotlin/Wasm: Error in default export usage](#kotlin-wasm-error-in-default-export-usage)

## IDE support
Expand Down Expand Up @@ -65,7 +65,7 @@ If you want to opt in to the new behavior already in %kotlinEapVersion% for a wh
you can use the `-Xconsistent-data-class-copy-visibility` compiler option.
This option has the same effect as adding the '@ConsistentCopyVisibility' annotation to all data classes in a module.

## Kotlin/Native: support for bitcode embedding removed
## Kotlin/Native: Support for bitcode embedding removed

Starting with Kotlin %kotlinEapVersion%, the Kotlin/Native compiler no longer supports bitcode embedding.
Bitcode embedding was deprecated in Xcode 14 and removed in Xcode 15 for all Apple targets.
Expand Down