|
1 |
| -[//]: # (title: Kotlin Multiplatform plugin releases) |
| 1 | +[//]: # (title: Android Studio plugin releases) |
2 | 2 |
|
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. |
| 3 | +The [Kotlin Multiplatform plugin for Android Studio](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) |
| 4 | +helps you develop applications both for Android and iOS. |
| 5 | +Ensure that you have the latest version of the plugin to work with Kotlin Multiplatform projects. |
| 6 | + |
| 7 | +> For the information on the Kotlin Multiplatform Gradle plugin, see its [DSL reference](multiplatform-dsl-reference.md) |
| 8 | +> and the [Compatibility guide](multiplatform-compatibility-guide.md). |
| 9 | +> |
| 10 | +{style="tip"} |
5 | 11 |
|
6 | 12 | ## Update to the new release
|
7 | 13 |
|
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. |
9 |
| -You'll need to restart Android Studio to complete the plugin installation. |
| 14 | +Android Studio suggests updating to a new Kotlin Multiplatform plugin release as soon as it's available. |
| 15 | +If you accept the suggestion, it automatically updates the plugin to the latest version. |
| 16 | +To complete the plugin installation, restart your Android Studio. |
10 | 17 |
|
11 |
| -You can check the plugin version and update it manually in **Settings/Preferences** | **Plugins**. |
| 18 | +You can check the plugin version and update it manually in **Settings** | **Plugins**. |
12 | 19 |
|
13 | 20 | You need a compatible version of Kotlin for the plugin to work correctly. You can find compatible versions in the [release details](#release-details).
|
14 |
| -You can check your Kotlin version and update it in **Settings/Preferences** | **Plugins** or in **Tools** | **Kotlin** | **Configure Kotlin Plugin Updates**. |
| 21 | +To check your Kotlin version and update it, go to **Settings** | **Plugins** or in **Tools** | **Kotlin** | **Configure Kotlin in Project**. |
15 | 22 |
|
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 |
17 |
| ->version, and then enable the plugin in **Settings/Preferences** | **Plugins**. |
| 23 | +> If you don't have a compatible version of Kotlin installed, the Kotlin Multiplatform plugin will be disabled. |
| 24 | +> Update your Kotlin version, and then enable the plugin again in **Settings** | **Plugins**. |
18 | 25 | >
|
19 | 26 | {style="note"}
|
20 | 27 |
|
21 | 28 | ## Release details
|
22 | 29 |
|
23 |
| -The following table lists the details of the latest Kotlin Multiplatform plugin releases: |
| 30 | +The following table lists the details of the latest releases of Kotlin Multiplatform plugin for Android Studio: |
24 | 31 |
|
25 | 32 | <table>
|
26 | 33 | <tr>
|
|
0 commit comments