Skip to content

Commit d9340d7

Browse files
authored
update: renaming the KMM plugin
1 parent 78f4032 commit d9340d7

File tree

4 files changed

+42
-44
lines changed

4 files changed

+42
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This repository is the source for [https://kotlinlang.org](https://kotlinlang.or
2222
| [Community](https://kotlinlang.org/community/) | [pages/community](pages/community) |
2323
| [Education](https://kotlinlang.org/education/) | [templates/pages/education](templates/pages/education)|
2424

25-
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.
2626

2727
#### Sources in different repositories
2828

docs/topics/components-stability.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -59,39 +59,39 @@ We make sure to document precisely which subcomponents are not stable. We also d
5959

6060
## Current stability of Kotlin components
6161

62-
| **Component** | **Status** | **Status since version** | **Comment** |
63-
|-------------------------------------------------------|--------------|--------------------------|----------------------------------------------------------------------------|
64-
| Kotlin/JVM | Stable | 1.0 | |
65-
| Kotlin K2 (JVM, Native, Wasm, JS) | Beta | 1.9.20 | |
66-
| kotlin-stdlib (JVM) | Stable | 1.0 | |
67-
| Coroutines | Stable | 1.3 | |
68-
| kotlin-reflect (JVM) | Beta | 1.0 | |
69-
| Kotlin/JS (Classic back-end) | Stable | 1.3 | Deprecated from 1.8.0, read the [IR migration guide](js-ir-migration.md) |
70-
| Kotlin/JVM (IR-based) | Stable | 1.5 | |
71-
| Kotlin/JS (IR-based) | Stable | 1.8 | |
72-
| Kotlin/Native Runtime | Stable | 1.9.20 | |
73-
| Kotlin/Native memory manager | Stable | 1.9.20 | |
74-
| klib binaries | Stable | 1.9.20 | Not including cinterop klibs, see below |
75-
| Kotlin Multiplatform | Stable | 1.9.20 | |
76-
| Kotlin/Native interop with C and Objective C | Beta | 1.3 | |
77-
| cinterop klib binaries | Beta | 1.3 | |
78-
| CocoaPods integration | Stable | 1.9.20 | |
79-
| Kotlin Multiplatform Mobile plugin for Android Studio | Beta | 0.8.0 | [Versioned separately from the language](multiplatform-plugin-releases.md) |
80-
| expected and actual functions and properties | Stable | 1.9.20 | |
81-
| expected and actual classes | Beta | 1.7.20 | |
82-
| KDoc syntax | Stable | 1.0 | |
83-
| Dokka | Beta | 1.6 | |
84-
| Scripting syntax and semantics | Alpha | 1.2 | |
85-
| Scripting embedding and extension API | Beta | 1.5 | |
86-
| Scripting IDE support | Beta | | Available since IntelliJ IDEA 2023.1 and later |
87-
| CLI scripting | Alpha | 1.2 | |
88-
| Compiler Plugin API | Experimental | 1.0 | |
89-
| Serialization Compiler Plugin | Stable | 1.4 | |
90-
| Serialization Core Library | Stable | 1.0.0 | Versioned separately from the language |
91-
| Inline classes | Stable | 1.5 | |
92-
| Unsigned arithmetic | Stable | 1.5 | |
93-
| Contracts in stdlib | Stable | 1.3 | |
94-
| User-defined contracts | Experimental | 1.3 | |
95-
| **All other experimental components, by default** | Experimental | N/A | |
62+
| **Component** | **Status** | **Status since version** | **Comment** |
63+
|---------------------------------------------------|--------------|--------------------------|----------------------------------------------------------------------------|
64+
| Kotlin/JVM | Stable | 1.0 | |
65+
| Kotlin K2 (JVM, Native, Wasm, JS) | Beta | 1.9.20 | |
66+
| kotlin-stdlib (JVM) | Stable | 1.0 | |
67+
| Coroutines | Stable | 1.3 | |
68+
| kotlin-reflect (JVM) | Beta | 1.0 | |
69+
| Kotlin/JS (Classic back-end) | Stable | 1.3 | Deprecated from 1.8.0, read the [IR migration guide](js-ir-migration.md) |
70+
| Kotlin/JVM (IR-based) | Stable | 1.5 | |
71+
| Kotlin/JS (IR-based) | Stable | 1.8 | |
72+
| Kotlin/Native Runtime | Stable | 1.9.20 | |
73+
| Kotlin/Native memory manager | Stable | 1.9.20 | |
74+
| klib binaries | Stable | 1.9.20 | Not including cinterop klibs, see below |
75+
| Kotlin Multiplatform | Stable | 1.9.20 | |
76+
| Kotlin/Native interop with C and Objective C | Beta | 1.3 | |
77+
| cinterop klib binaries | Beta | 1.3 | |
78+
| CocoaPods integration | Stable | 1.9.20 | |
79+
| Kotlin Multiplatform plugin for Android Studio | Beta | 0.8.0 | [Versioned separately from the language](multiplatform-plugin-releases.md) |
80+
| expected and actual functions and properties | Stable | 1.9.20 | |
81+
| expected and actual classes | Beta | 1.7.20 | |
82+
| KDoc syntax | Stable | 1.0 | |
83+
| Dokka | Beta | 1.6 | |
84+
| Scripting syntax and semantics | Alpha | 1.2 | |
85+
| Scripting embedding and extension API | Beta | 1.5 | |
86+
| Scripting IDE support | Beta | | Available since IntelliJ IDEA 2023.1 and later |
87+
| CLI scripting | Alpha | 1.2 | |
88+
| Compiler Plugin API | Experimental | 1.0 | |
89+
| Serialization Compiler Plugin | Stable | 1.4 | |
90+
| Serialization Core Library | Stable | 1.0.0 | Versioned separately from the language |
91+
| Inline classes | Stable | 1.5 | |
92+
| Unsigned arithmetic | Stable | 1.5 | |
93+
| Contracts in stdlib | Stable | 1.3 | |
94+
| User-defined contracts | Experimental | 1.3 | |
95+
| **All other experimental components, by default** | Experimental | N/A | |
9696

9797
*[The pre-1.4 version of this page is available here](components-stability-pre-1.4.md).*

docs/topics/multiplatform/multiplatform-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Learn more about [Kotlin Multiplatform benefits](multiplatform.md).
99
## Start from scratch
1010

1111
* [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).
1313
Learn how to create, run, and add dependencies to multiplatform mobile applications.
1414
* [Share UIs between iOS and Android](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html).
1515
Create a Kotlin Multiplatform application that uses the [Compose Multiplatform UI framework](https://www.jetbrains.com/lp/compose-multiplatform/)

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
[//]: # (title: Kotlin Multiplatform Mobile plugin releases)
1+
[//]: # (title: Kotlin Multiplatform plugin releases)
22

3-
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.
75

86
## Update to the new release
97

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.
119
You'll need to restart Android Studio to complete the plugin installation.
1210

1311
You can check the plugin version and update it manually in **Settings/Preferences** | **Plugins**.
1412

1513
You need a compatible version of Kotlin for the plugin to work correctly. You can find compatible versions in the [release details](#release-details).
1614
You can check your Kotlin version and update it in **Settings/Preferences** | **Plugins** or in **Tools** | **Kotlin** | **Configure Kotlin Plugin Updates**.
1715

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
1917
>version, and then enable the plugin in **Settings/Preferences** | **Plugins**.
2018
>
2119
{type="note"}
2220

2321
## Release details
2422

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

2725
<table>
2826
<tr>

0 commit comments

Comments
 (0)