You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/whatsnew/whatsnew-eap.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Kotlin %kotlinEapVersion% release is out! Here are some details of this EAP
13
13
14
14
*[Feature stabilization: nested type aliases, exhaustive `when`, new time tracking functionality](#stable-features)
15
15
*[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)
17
17
18
18
## IDE support
19
19
@@ -195,10 +195,10 @@ For more information, see [Type checks and casts](typecasts.md).
195
195
<primary-labelref="experimental-general"/>
196
196
197
197
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.
199
199
200
200
We've made BTA the default in this release to allow time for testing. We expect everything to continue working as it did
201
201
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).
202
202
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
0 commit comments