|
23 | 23 | <a href="command-line.md" description="Download and install the Kotlin compiler">Command-line compiler</a>
|
24 | 24 | </main-group>
|
25 | 25 | <highlighted-group>
|
26 |
| - <title>Featured topics</title> |
27 |
| - <a href="https://kotlinlang.org/api/latest/jvm/stdlib/" description="Living essentials for everyday work with Kotlin: IO, files, threading, collections, and much more">Standard library API reference</a> |
28 |
| - <a href="gradle.md" description="A build system to automate and manage your building process">Gradle</a> |
29 |
| - <a href="basic-types.md" description="Kotlin type system: numbers, strings, arrays, and other built-in types">Basic types</a> |
30 |
| - <a href="collections-overview.md" description="Collections: lists, sets, and maps">Collections</a> |
31 |
| - <a href="scope-functions.md" description="Scope functions: let, with, run, apply, and also">Scope functions</a> |
32 |
| - <a href="coroutines-overview.md" description="Concurrency: coroutines, flows, channels">Coroutines</a> |
| 26 | + <title>Kotlin Multiplatform</title> |
| 27 | + <a href="https://www.jetbrains.com/kotlin-multiplatform/" description="Learn how Kotlin Multiplatform helps you share code between your applications">Why Kotlin Multiplatform</a> |
| 28 | + <a href="https://kmp.jetbrains.com/" description="Quickly create and download a multiplatform project template">Kotlin Multiplatform Wizard</a> |
| 29 | + <a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-getting-started.html" description="Create a mobile app that works on both Android and iOS">Get started with Kotlin Multiplatform</a> |
| 30 | + <a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html" description="Use Compose Multiplatform to implement one user interface across mobile, desktop, and web">Get started with Compose Multiplatform</a> |
33 | 31 | </highlighted-group>
|
34 | 32 | <custom-groups>
|
35 | 33 | <group type="cards" display="wide">
|
36 |
| - <title>What's new</title> |
| 34 | + <title>Featured topics</title> |
37 | 35 | <a href="whatsnew20.md" description="Latest features: the new Kotlin K2 compiler, better interoperability with JavaScript, improved Gradle build tool, and lots more">What's New in Kotlin 2.0.0</a>
|
38 |
| - <a href="roadmap.md" description="Future plans on Kotlin development">Kotlin public roadmap</a> |
39 |
| - </group> |
40 |
| - <group type="cards" display="wide"> |
41 |
| - <title>Kotlin Multiplatform</title> |
42 |
| - <a href="https://www.jetbrains.com/kotlin-multiplatform/" description="Learn how Kotlin Multiplatform helps you share code between your applications">Why Kotlin Multiplatform</a> |
43 |
| - <a href="https://kmp.jetbrains.com/" description="Quickly create and download a multiplatform project template">Kotlin Multiplatform Wizard</a> |
44 |
| - <a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-getting-started.html" description="Create a mobile app that works on both Android and iOS">Get started with Kotlin Multiplatform</a> |
45 |
| - <a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html" description="Use Compose Multiplatform to implement one user interface across all platforms">Get started with Compose Multiplatform</a> |
| 36 | + <a href="releases.md" description="The latest Kotlin releases and instructions on how to update to them">Kotlin releases</a> |
| 37 | + <a href="https://kotlinlang.org/api/latest/jvm/stdlib/" description="Living essentials for everyday work with Kotlin: IO, files, threading, collections, and much more">Standard library API reference</a> |
| 38 | + <a href="basic-types.md" description="Kotlin type system: numbers, strings, arrays, and other built-in types">Basic types</a> |
| 39 | + <a href="collections-overview.md" description="Collections: lists, sets, and maps">Collections</a> |
| 40 | + <a href="coroutines-overview.md" description="Concurrency: coroutines, flows, channels">Coroutines</a> |
46 | 41 | </group>
|
47 | 42 | </custom-groups>
|
48 | 43 | </section-starting-page>
|
|
0 commit comments