Skip to content

Commit bf64e26

Browse files
committed
(for 1.2.30) Mention kotlin-platform-android
1 parent f05acc6 commit bf64e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/reference/multiplatform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you need to configure the project manually, use the following steps:
5959
* Add the Kotlin Gradle plugin to the buildscript classpath: `classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"`
6060
* Apply the `kotlin-platform-common` plugin to the common module
6161
* Add the `kotlin-stdlib-common` dependency to the common module
62-
* Apply the `kotlin-platform-jvm` and `kotlin-platform-js` plugins to the platform modules for JVM and JS
62+
* Apply the `kotlin-platform-jvm`, `kotlin-platform-android`, and `kotlin-platform-js` plugins to the platform modules for JVM, Android, and JS, respectively
6363
* Add dependencies with `expectedBy` scope from the platform modules to the common module
6464

6565
The following example demonstrates a complete `build.gradle` file for a common module with Kotlin 1.2-Beta:
@@ -214,4 +214,4 @@ In JVM platform these annotations are mapped to the corresponding JUnit 4 annota
214214
available since 1.1.4 to support JS unit testing.
215215

216216
In order to use them you need to add a dependency on `kotlin-test-annotations-common` to your common module, on
217-
`kotlin-test-junit` to your JVM module, and on `kotlin-test-js` to the JS module.
217+
`kotlin-test-junit` to your JVM module, and on `kotlin-test-js` to the JS module.

0 commit comments

Comments
 (0)