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
Copy file name to clipboardExpand all lines: docs/topics/mpp/mpp-intro.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the
8
8
same code for [different platforms](mpp-supported-platforms.md) while retaining the flexibility and benefits of native programming.
9
-
Learn more about [Kotlin Mutliplatform benefits](multiplatform.md).
9
+
Learn more about [Kotlin Multiplatform benefits](multiplatform.md).
10
10
11
11
With Kotlin Multiplatform, share the code using the mechanisms Kotlin provides:
12
12
@@ -36,4 +36,4 @@ Android and iOS). It also shows how to write tests which will be executed on all
36
36
*[Building a Full Stack Web App with Kotlin Multiplatform](https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/01_Introduction)
37
37
teaches the concepts behind building an application that targets Kotlin/JVM and Kotlin/JS by building a client-server
38
38
application that makes use of shared code, serialization, and other multiplatform paradigms. It also provides a brief
39
-
introduction to working with Ktor both as a server- and client-side framework.
39
+
introduction to working with Ktor both as a server- and client-side framework.
0 commit comments