Skip to content

Commit fc07f0b

Browse files
committed
update: ant warning
1 parent 021814a commit fc07f0b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/topics/ant.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[//]: # (title: Ant)
22

3+
> Starting with Kotlin 2.2.0, support for the Ant build system in Kotlin is deprecated.
4+
> We plan to remove Ant support in 2.3.0.
5+
>
6+
> However, if you're interested in becoming an external maintainer for Ant,
7+
> leave a comment in [this YouTrack issue](https://youtrack.jetbrains.com/issue/KT-75875/).
8+
>
9+
{style="warning"}
10+
311
## Getting the Ant tasks
412

513
Kotlin provides three tasks for Ant:

docs/topics/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ In addition, a [command line compiler](command-line.md) is available, which prov
8787

8888
### What build tools support Kotlin?
8989

90-
On the JVM side, the main build tools include [Gradle](gradle.md), [Maven](maven.md),
91-
[Ant](ant.md), and [Kobalt](https://beust.com/kobalt/home/index.html). There are also some build tools available
92-
that target client-side JavaScript.
90+
On the JVM side, the main build tools include [Gradle](gradle.md), [Maven](maven.md), and [Kobalt](https://beust.com/kobalt/home/index.html).
91+
There are also some build tools available that target client-side JavaScript.
9392

9493
### What does Kotlin compile down to?
9594

0 commit comments

Comments
 (0)