Skip to content

Commit 5a2f3d0

Browse files
committed
add to whatsnew22.md
1 parent e0990a5 commit 5a2f3d0

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

docs/topics/whatsnew/whatsnew22.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,8 +1319,11 @@ If you encounter any issues that make you disable these feature flags, please re
13191319
This section highlights important breaking changes and deprecations worth noting. See our [Compatibility guide](compatibility-guide-22.md)
13201320
for a complete overview of all breaking changes and deprecations in this release.
13211321
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 Kotlin 1.0.
1324+
1325+
* Support for the [](ant.md) build system is deprecated. Kotlin support for Ant 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.
13241327
13251328
We plan to remove Ant support in 2.3.0. However, Kotlin remains open to [contribution](contribute.md). If you're
13261329
interested in becoming an external maintainer for Ant, leave a comment with the "jetbrains-team" visibility setting in [this YouTrack 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
13641367

13651368
This release brings notable documentation changes, including the migration of Kotlin Multiplatform documentation to the [KMP portal](https://kotlinlang.org/docs/multiplatform/get-started.html).
13661369

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.
13761371

13771372
### New and revamped tutorials
13781373

0 commit comments

Comments
 (0)