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: topics/tools/recommended-ides.md
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,31 @@
1
-
[//]: #(title: Recommended IDEs)
1
+
[//]: #(title: Recommended IDEs and code editors)
2
2
3
-
## Fleet
3
+
## JetBrains Fleet code editor
4
4
5
-
If you want the best Kotlin Multiplatform development experience, we recommend using [JetBrains Fleet](https://www.jetbrains.com/fleet/).
5
+
For the best Kotlin Multiplatform development experience, we recommend using [JetBrains Fleet](https://www.jetbrains.com/fleet/).
6
+
Fleet is a code editor for any language that can transform into a more powerful tool for development.
7
+
It is designed to be smart and focused on core development workflows (the edit-build-run loop),
8
+
AI-capable, and ready for remote development and collaboration.
6
9
7
-
It supports testing and debugging your code on all of the platforms your project targets. You can also navigate between Kotlin
10
+
Fleet supports testing and debugging your code on all target platforms. You can also navigate between Kotlin
8
11
Multiplatform code and code written in other languages interoperable with Kotlin.
9
12
10
13
See the [Use Fleet for Multiplatform development](fleet.md) tutorial to get started.
11
14
12
-
Kotlin Multiplatform support in Fleet is still in the early stages of development. You may face issues and
13
-
limitations, but we're committed to fixing them based on [your feedback](fleet.md#leave-feedback).
15
+
> Kotlin Multiplatform support in Fleet is still in the early stages of development. You may face issues and
16
+
> limitations, but we're committed to fixing them based on [your feedback](fleet.md#leave-feedback).
17
+
>
18
+
{type="note"}
14
19
15
-
## Android Studio
20
+
## Android Studio IDE
16
21
17
22
As a more stable solution, you can use [Android Studio](https://developer.android.com/studio),
18
23
although its support for Kotlin Multiplatform is limited.
19
24
20
25
With Android Studio, you can also install a [special plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile)
21
26
that provides minimal launching and debugging capabilities for iOS apps.
22
27
23
-
## Other IDEs
28
+
## Other IDEs and code editors
24
29
25
30
If basic Kotlin Multiplatform support is enough for you, you can use any IDE that supports Kotlin, including [IntelliJ IDEA](https://www.jetbrains.com/idea/).
26
31
It supports opening, browsing, and building multiplatform projects.
Copy file name to clipboardExpand all lines: topics/whats-new/whats-new-fleet-1-31.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ Currently, Fleet does not rebuild previews automatically, so click the icon agai
20
20
{type="note"}
21
21
22
22
For more about the feature, see [Getting started with Kotlin Multiplatform](https://www.jetbrains.com/help/fleet/getting-started-with-kotlin-multiplatform.html#b65b852e_76)
23
-
in Fleet documentation.
23
+
in the Fleet documentation.
24
24
25
25
## Support for Compose Multiplatform resources API
26
26
27
27
The latest version of the [images and resources access API](compose-images-resources.md), revamped in Compose Multiplatform 1.6.0,
28
28
is supported in Fleet.
29
29
30
-
The IDE:
30
+
Starting with this version, JetBrains Fleet:
31
31
32
32
* Autocompletes resources calls
33
33
* Allows navigation to resources referenced in code
0 commit comments