Skip to content

Commit ef81d29

Browse files
committed
update: remove mentions of fleet
1 parent 5a78418 commit ef81d29

File tree

5 files changed

+8
-30
lines changed

5 files changed

+8
-30
lines changed

docs/topics/command-line.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ Every Kotlin release ships with a standalone version of the compiler. You can do
44

55
> Installing the command-line compiler is not an essential step to use Kotlin.
66
> The common approach is to write Kotlin applications using IDEs or code editors with official Kotlin support,
7-
> such as [IntelliJ IDEA](https://www.jetbrains.com/idea/), [JetBrains Fleet](https://www.jetbrains.com/fleet/),
8-
> or [Android Studio](https://developer.android.com/studio).
9-
> They provide full Kotlin support right out of the box, no extra components needed.
7+
> such as [IntelliJ IDEA](https://www.jetbrains.com/idea/) or [Android Studio](https://developer.android.com/studio).
8+
> They provide full Kotlin support right out of the box.
109
>
1110
> Learn how to [get started with Kotlin in an IDE](getting-started.md).
1211
>

docs/topics/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ For more information, check out the [Kotlin/Native documentation](native-overvie
7272

7373
### What IDEs support Kotlin?
7474

75-
Kotlin has full out-of-the-box support in [IntelliJ IDEA](https://www.jetbrains.com/idea/download/),
76-
[Android Studio](https://developer.android.com/kotlin/get-started), and [JetBrains Fleet](https://www.jetbrains.com/help/fleet/getting-started-with-kotlin-in-fleet.html)
75+
Kotlin has full out-of-the-box support in [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) and
76+
[Android Studio](https://developer.android.com/kotlin/get-started)
7777
with an official Kotlin plugin developed by JetBrains.
7878

7979
Other IDEs and code editors only have Kotlin community-supported plugins.

docs/topics/kotlin-ide.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[//]: # (title: IDEs for Kotlin development)
2-
[//]: # (description: JetBrains provides official Kotlin IDE support for IntelliJ IDEA, Fleet, and Android Studio.)
2+
[//]: # (description: JetBrains provides official Kotlin IDE support for IntelliJ IDEA and Android Studio.)
33

44
JetBrains provides the official Kotlin support for the following IDEs and code editors:
5-
[IntelliJ IDEA](#intellij-idea), [JetBrains Fleet](#fleet), and [Android Studio](#android-studio).
5+
[IntelliJ IDEA](#intellij-idea) and [Android Studio](#android-studio).
66

77
Other IDEs and code editors only have Kotlin community-supported plugins.
88

@@ -19,24 +19,6 @@ See [What's new in IntelliJ IDEA](https://www.jetbrains.com/idea/whatsnew/) for
1919

2020
Read more about IntelliJ IDEA in the [official documentation](https://www.jetbrains.com/help/idea/discover-intellij-idea.html).
2121

22-
## Fleet
23-
24-
> JetBrains Fleet is currently in Public Preview. At this stage it is free to use.
25-
>
26-
{style="note"}
27-
28-
[JetBrains Fleet](https://www.jetbrains.com/fleet/) is a _polyglot code editor_ that offers advanced support for Kotlin,
29-
providing a streamlined experience for Kotlin developers. You can use Fleet for quick, targeted edits,
30-
or enable Smart Mode to transform it into a powerful tool with code intelligence features.
31-
32-
Kotlin plugin is bundled with each Fleet release.
33-
34-
Fleet supports Kotlin Multiplatform projects targeting the Android, iOS, web, and desktop platforms,
35-
including testing and debugging your code. Smart Mode selects the appropriate code-processing engine
36-
and enables navigation between Kotlin Multiplatform code and code written in languages interoperable with Kotlin.
37-
38-
See the [Use Fleet for Multiplatform development](https://www.jetbrains.com/help/kotlin-multiplatform-dev/fleet.html) tutorial to get started.
39-
4022
## Android Studio
4123

4224
[Android Studio](https://developer.android.com/studio) is the official IDE for Android app development,
@@ -60,7 +42,7 @@ If you want to contribute to the plugin, send a pull request to its [repository
6042

6143
## Compatibility with the Kotlin language versions
6244

63-
For IntelliJ IDEA, Fleet, and Android Studio, the Kotlin plugin is bundled with each release.
45+
For IntelliJ IDEA and Android Studio, the Kotlin plugin is bundled with each release.
6446
When the new Kotlin version is released, these tools will suggest updating Kotlin to the latest version automatically.
6547
See the latest supported language version in [Kotlin releases](releases.md#ide-support).
6648

@@ -76,5 +58,4 @@ Also, you could use package managers, such as [Homebrew](command-line.md#homebre
7658
## What's next?
7759

7860
* [Start your first project using IntelliJ IDEA IDE](jvm-get-started.md)
79-
* [Create a Multiplatform project with Fleet](https://www.jetbrains.com/help/kotlin-multiplatform-dev/fleet.html)
8061
* [Create your first cross-platform mobile app using Android Studio](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)

docs/topics/multiplatform/multiplatform.topic

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<a href="https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform" summary="Android Studio plugin for developing applications both on Android and iOS">Android Studio plugin</a>
4545
<a href="https://www.jetbrains.com/lp/compose-multiplatform/" summary="Kotlin-based declarative UI framework developed by JetBrains">Compose Multiplatform UI framework</a>
4646
<a href="https://klibs.io/" summary="Experimental search platform for Kotlin Multiplatform libraries developed by JetBrains">Search platform for libraries</a>
47-
<a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/fleet.html" summary="Use Fleet for multiplatform development">Fleet code editor</a>
4847
<a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/amper.html" summary="Project configuration with Amper">Amper configuration tool</a>
4948
</group>
5049
<group>

docs/topics/wasm/wasm-debugging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ Create a project using the Kotlin Multiplatform wizard:
6969
## Debug in your browser
7070

7171
> Currently, debugging is only available in your browser. In the future, you will be able to debug your code in
72-
> [IntelliJ IDEA](https://youtrack.jetbrains.com/issue/KT-64683/Kotlin-Wasm-debugging-in-IntelliJ-IDEA) and
73-
> [Fleet](https://youtrack.jetbrains.com/issue/KT-64684).
72+
> [IntelliJ IDEA](https://youtrack.jetbrains.com/issue/KT-64683/Kotlin-Wasm-debugging-in-IntelliJ-IDEA).
7473
>
7574
{style="note"}
7675

0 commit comments

Comments
 (0)