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/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ For more information, check out the [Kotlin/Native documentation](native-overvie
72
72
73
73
### What IDEs support Kotlin?
74
74
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
Copy file name to clipboardExpand all lines: docs/topics/kotlin-ide.md
+3-22Lines changed: 3 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
[//]: #(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.)
3
3
4
4
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).
6
6
7
7
Other IDEs and code editors only have Kotlin community-supported plugins.
8
8
@@ -19,24 +19,6 @@ See [What's new in IntelliJ IDEA](https://www.jetbrains.com/idea/whatsnew/) for
19
19
20
20
Read more about IntelliJ IDEA in the [official documentation](https://www.jetbrains.com/help/idea/discover-intellij-idea.html).
21
21
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
-
40
22
## Android Studio
41
23
42
24
[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
60
42
61
43
## Compatibility with the Kotlin language versions
62
44
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.
64
46
When the new Kotlin version is released, these tools will suggest updating Kotlin to the latest version automatically.
65
47
See the latest supported language version in [Kotlin releases](releases.md#ide-support).
66
48
@@ -76,5 +58,4 @@ Also, you could use package managers, such as [Homebrew](command-line.md#homebre
76
58
## What's next?
77
59
78
60
*[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)
80
61
*[Create your first cross-platform mobile app using Android Studio](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)
Copy file name to clipboardExpand all lines: docs/topics/multiplatform/multiplatform.topic
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@
44
44
<ahref="https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform"summary="Android Studio plugin for developing applications both on Android and iOS">Android Studio plugin</a>
45
45
<ahref="https://www.jetbrains.com/lp/compose-multiplatform/"summary="Kotlin-based declarative UI framework developed by JetBrains">Compose Multiplatform UI framework</a>
46
46
<ahref="https://klibs.io/"summary="Experimental search platform for Kotlin Multiplatform libraries developed by JetBrains">Search platform for libraries</a>
47
-
<ahref="https://www.jetbrains.com/help/kotlin-multiplatform-dev/fleet.html"summary="Use Fleet for multiplatform development">Fleet code editor</a>
48
47
<ahref="https://www.jetbrains.com/help/kotlin-multiplatform-dev/amper.html"summary="Project configuration with Amper">Amper configuration tool</a>
0 commit comments