Skip to content

Commit d64374b

Browse files
committed
chore: minor fixes
1 parent bde13dc commit d64374b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/topics/whatsnew/whatsnew-eap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Kotlin %kotlinEapVersion% release is out! Here are some details of this EAP
1313

1414
* [Feature stabilization: nested type aliases, exhaustive `when`, new time tracking functionality](#stable-features)
1515
* [Language: a new checker for unused return values and changes to context-sensitive resolution](#language)
16-
* [Kotlin/Native: Type checks on generic type boundaries enabled by default](#kotlin-native-type-checks-on-generic-type-boundaries-in-debug-mode)
16+
* [Kotlin/Native: type checks on generic type boundaries enabled by default](#kotlin-native-type-checks-on-generic-type-boundaries-in-debug-mode)
1717

1818
## IDE support
1919

@@ -195,10 +195,10 @@ For more information, see [Type checks and casts](typecasts.md).
195195
<primary-label ref="experimental-general"/>
196196

197197
In Kotlin 2.3.0-Beta1, Kotlin/JVM compilation in the Kotlin Gradle plugin uses the [Build tools API](build-tools-api.md)
198-
(BTA) by default in preview mode. This is a significant change in the internal compilation infrastructure.
198+
(BTA) by default. This is a significant change in the internal compilation infrastructure.
199199

200200
We've made BTA the default in this release to allow time for testing. We expect everything to continue working as it did
201201
before. If you notice any issues, share your feedback in our [issue tracker](https://youtrack.jetbrains.com/newIssue?project=KT&summary=Kotlin+Gradle+plugin+BTA+migration+issue&description=Describe+the+problem+you+encountered+here.&c=tag+kgp-bta-migration).
202202

203-
The BTA will be disabled again for Kotlin/JVM compilation in Kotlin 2.3.0-Beta2. We plan to fully enable it for all users
204-
starting with Kotlin 2.3.20.
203+
We plan to disable BTA again for Kotlin/JVM compilation in 2.3.0-Beta2 and fully enable it for all users starting with
204+
Kotlin 2.3.20.

0 commit comments

Comments
 (0)