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
Note that source files for the [server-side landing page](https://kotlinlang.org/lp/server-side/) and [Kotlin Multiplatform Mobile landing page](https://kotlinlang.org/lp/multiplatform/) are not publicly available.
25
+
Note that source files for the [server-side landing page](https://kotlinlang.org/lp/server-side/) and [Kotlin Multiplatform landing page](https://kotlinlang.org/lp/multiplatform/) are not publicly available.
Copy file name to clipboardExpand all lines: docs/topics/multiplatform/multiplatform-get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Learn more about [Kotlin Multiplatform benefits](multiplatform.md).
9
9
## Start from scratch
10
10
11
11
*[Get started with Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-getting-started.html). Create your first cross-platform
12
-
application that works on Android and iOS with the help of the [Kotlin Multiplatform Mobile plugin for Android Studio](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile).
12
+
application that works on Android and iOS with the help of the [Kotlin Multiplatform plugin for Android Studio](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile).
13
13
Learn how to create, run, and add dependencies to multiplatform mobile applications.
14
14
*[Share UIs between iOS and Android](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html).
15
15
Create a Kotlin Multiplatform application that uses the [Compose Multiplatform UI framework](https://www.jetbrains.com/lp/compose-multiplatform/)
We are working on stabilizing the [Kotlin Multiplatform Mobile plugin for Android Studio](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile)
4
-
and will be regularly releasing new versions that include new features, improvements, and bug fixes.
5
-
6
-
Ensure that you have the latest version of the Kotlin Multiplatform Mobile plugin!
3
+
Ensure that you have the latest version of the [Kotlin Multiplatform plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile)
4
+
to continue working with Kotlin Multiplatform projects in Android Studio.
7
5
8
6
## Update to the new release
9
7
10
-
Android Studio will suggest updating to a new Kotlin Multiplatform Mobile plugin release as soon as it is available. If you accept the suggestion, it will automatically update the plugin to the latest version.
8
+
Android Studio will suggest updating to a new Kotlin Multiplatform plugin release as soon as it is available. If you accept the suggestion, it will automatically update the plugin to the latest version.
11
9
You'll need to restart Android Studio to complete the plugin installation.
12
10
13
11
You can check the plugin version and update it manually in **Settings/Preferences** | **Plugins**.
14
12
15
13
You need a compatible version of Kotlin for the plugin to work correctly. You can find compatible versions in the [release details](#release-details).
16
14
You can check your Kotlin version and update it in **Settings/Preferences** | **Plugins** or in **Tools** | **Kotlin** | **Configure Kotlin Plugin Updates**.
17
15
18
-
>If you do not have a compatible version of Kotlin installed, the Kotlin Multiplatform Mobile plugin will be disabled. You will need to update your Kotlin
16
+
>If you do not have a compatible version of Kotlin installed, the Kotlin Multiplatform plugin will be disabled. You will need to update your Kotlin
19
17
>version, and then enable the plugin in **Settings/Preferences** | **Plugins**.
20
18
>
21
19
{type="note"}
22
20
23
21
## Release details
24
22
25
-
The following table lists the details of the latest Kotlin Multiplatform Mobile plugin releases:
23
+
The following table lists the details of the latest Kotlin Multiplatform plugin releases:
0 commit comments