Skip to content

Commit fad94a8

Browse files
authored
update: plugin confusion (#4822)
1 parent bb11857 commit fad94a8

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<toc-element accepts-web-file-names="mpp-dsl-reference.html,mpp-supported-platforms.html,multiplatform-supported-platforms.html" topic="multiplatform-dsl-reference.md"/>
165165
<toc-element topic="multiplatform-android-layout.md"/>
166166
<toc-element toc-title="Compatibility guide" topic="multiplatform-compatibility-guide.md"/>
167-
<toc-element topic="multiplatform-plugin-releases.md"/>
167+
<toc-element toc-title="Android Studio plugin" topic="multiplatform-plugin-releases.md"/>
168168
</toc-element>
169169
</toc-element>
170170
<toc-element toc-title="Data analysis">

docs/topics/multiplatform/multiplatform-plugin-releases.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
1-
[//]: # (title: Kotlin Multiplatform plugin releases)
1+
[//]: # (title: Android Studio plugin releases)
22

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"}
511

612
## Update to the new release
713

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.
1017

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**.
1219

1320
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**.
1522

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**.
1825
>
1926
{style="note"}
2027

2128
## Release details
2229

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:
2431

2532
<table>
2633
<tr>

0 commit comments

Comments
 (0)