-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: add Kotlin 2.1.0 release details #4576
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update: adding information about new wasm jsexception handling * implementing comments for TWr review
* Guard conditions in when expressions This PR adds information about Guard conditions in when expressions and how to use them. * Alejandro's review * chore: adding `is` in a branch Co-authored-by: Alejandro Serrano <[email protected]> * chore: adding `data` in code line Co-authored-by: Alejandro Serrano <[email protected]> * Andrey review * Update docs/topics/control-flow.md Co-authored-by: Andrey Polyakov <[email protected]> * chore: fix code comments --------- Co-authored-by: Alejandro Serrano <[email protected]> Co-authored-by: Andrey Polyakov <[email protected]>
Describing changes from [KT-69628](https://youtrack.jetbrains.com/issue/KT-69628/K-Wasm-Node.js-version-per-project): `NodeJsRootPlugin` deprecated, with settings moved to `NodeJsPlugin`. --------- Co-authored-by: alejandrapedroza <[email protected]>
* update: adding information about different classpath snapshots * implementing developer review comments * implementing Ale's comments
* update: Wasm web APIs library * chore: adding dependencies name * chore: fixing version in code snippet * chore: minor rephrase * update: moved section * chore: fix typo * Sarah's review
* Add information about array interoperability * Slava review * TW review * chore: rephrase * chore: replace convert with copy
* wasm: improved debugging experience doc update & updated wizard image * Danil review
) * Add incremental compilation section in Wasm Troubleshooting * chore: Zalim review Co-authored-by: Zalim Bashorov <[email protected]> * adding information about slow compilation --------- Co-authored-by: Zalim Bashorov <[email protected]>
* update: update v.list and clean up the EAP info * fix: small wording fixes
* update gradle-compiler-options.md and fix anchors * Yahor review * Yahor review round 2 * chore: fix code snippets * chore: rephrase DSL levels explanation * Aleksey review * Added explanation about Android tasks * Explanation about Kotlin Gradle plugin extensions * chore: rephrased note * chore: add anchor
* feat: add multi-dollar string interpolation feature * update: rewrite the section after review * fix: fixes after review * fix: remove strange new line * fix: add non-strange new line * fix: remove strange full stop
* feat: Guard conditions in when expressions (#4417) * Guard conditions in when expressions This PR adds information about Guard conditions in when expressions and how to use them. * Alejandro's review * chore: adding `is` in a branch Co-authored-by: Alejandro Serrano <[email protected]> * chore: adding `data` in code line Co-authored-by: Alejandro Serrano <[email protected]> * Andrey review * Update docs/topics/control-flow.md Co-authored-by: Andrey Polyakov <[email protected]> * chore: fix code comments --------- Co-authored-by: Alejandro Serrano <[email protected]> Co-authored-by: Andrey Polyakov <[email protected]> * feat: add What's new in Kotlin 2.1.0 * update: update WN in Kotlin 2.1.0 * fix: rollback style changed * fix: style fixes * update: some doc updates * fix: apply patch * Revert "feat: Guard conditions in when expressions (#4417)" This reverts commit b778f28. * fix: fix the link * fix: deliver fixes * fix: deliver fixes after review * fix: deliver fixes after review --------- Co-authored-by: alejandrapedroza <[email protected]> Co-authored-by: Alejandro Serrano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.