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/whatsnew22.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1319,8 +1319,11 @@ If you encounter any issues that make you disable these feature flags, please re
1319
1319
This section highlights important breaking changes and deprecations worth noting. See our [Compatibility guide](compatibility-guide-22.md)
1320
1320
for a complete overview of all breaking changes and deprecations in this release.
1321
1321
1322
-
* Starting with Kotlin 2.2.0, support for the [](ant.md) build system is deprecated. Kotlin support for Ant hasn't been
1323
-
in active development for a long time, and there are no plans to maintain it further due to its relatively small user base.
1322
+
* Starting with Kotlin 2.2.0, the compiler [no longer supports `-language-version=1.6` or `-language-version=1.7`](compatibility-guide-22.md#drop-support-in-language-version-for-1-6-and-1-7).
1323
+
Language feature sets older than 1.8 aren't supported but the language itself remains fully backward compatible with Kotlin1.0.
1324
+
1325
+
*Supportfor the [](ant.md) build system is deprecated. Kotlin support forAnt hasn't been in active development for a
1326
+
long time, and there are no plans to maintain it further due to its relatively small user base.
1324
1327
1325
1328
We plan to remove Ant support in 2.3.0. However, Kotlin remains open to [contribution](contribute.md). If you're
1326
1329
interested in becoming an external maintainer forAnt, leave a comment with the "jetbrains-team" visibility setting in [thisYouTrack issue](https://youtrack.jetbrains.com/issue/KT-75875/).
@@ -1364,15 +1367,7 @@ for a complete overview of all breaking changes and deprecations in this release
1364
1367
1365
1368
This release brings notable documentation changes, including the migration of KotlinMultiplatform documentation to the [KMP portal](https://kotlinlang.org/docs/multiplatform/get-started.html).
1366
1369
1367
-
Additionally, we launched a documentation survey, created new pages and tutorials, and revamped existing ones.
1368
-
1369
-
### Kotlin's documentation survey
1370
-
1371
-
We're looking for genuine feedback to make the Kotlin documentation better.
1372
-
1373
-
The survey takes around 15 minutes to complete, and your input will help shape the future of Kotlin docs.
1374
-
1375
-
[Take the survey here](https://surveys.jetbrains.com/s3/Kotlin-Docs-2025).
1370
+
Additionally, we created new pages and tutorials, and revamped existing ones.
0 commit comments