forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 420
/
Copy pathhome.xml
49 lines (49 loc) · 3.66 KB
/
home.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/stardust/html-entities.dtd">
<topic xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/stardust/topic.v2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
title="Kotlin Docs"
id="home">
<section-starting-page>
<title>Kotlin 文档</title>
<description>
最新稳定版:%kotlinVersion%
</description>
<tip-group>
<a href="getting-started.md"
description="在 IDE 中(IntelliJ IDEA 或 Android Studio)为所选平台创建第一个 Kotlin 项目" type="start">Kotlin 入门</a>
<a href="https://play.kotlinlang.org/" description="直接在浏览器中编写、编辑、运行与共享 Kotlin 代码" type="install">在线试用 Kotlin</a>
</tip-group>
<main-group>
<title>第一步</title>
<a href="basic-syntax.md" description="Kotlin 语法的快速简介:关键字、操作符、程序结构">基础语法</a>
<a href="kotlin-tour-welcome.md" description="Take a tour of the fundamentals of the Kotlin programming language">Kotlin tour</a>
<a href="koans.md" description="让你熟悉 Kotlin 的编程练习">心印</a>
<a href="command-line.md" description="下载并安装 Kotlin 编译器">命令行编译器</a>
</main-group>
<highlighted-group>
<title>精选主题</title>
<a href="https://kotlinlang.org/api/latest/jvm/stdlib/" description="Kotlin 日常工作必备:IO、 文件、 线程、 集合等等">标准库 API 参考</a>
<a href="gradle.md" description="A build system to automate and manage your building process">Gradle</a>
<a href="basic-types.md" description="Kotlin 类型系统:数字、字符串、数组与其他内置类型">基本类型</a>
<a href="collections-overview.md" description="Collections: lists, sets, and maps">Collections</a>
<a href="scope-functions.md" description="Scope functions: let, with, run, apply, and also">Scope functions</a>
<a href="coroutines-overview.md" description="并发:协程、流、通道">协程</a>
</highlighted-group>
<custom-groups>
<group type="cards" display="wide">
<title>新特性</title>
<a href="whatsnew1910.md" description="最新特性:Kotlin K2 进入 Beta 阶段以及稳定版的 Kotlin 多平台">Kotlin 1.9.20 的新特性</a>
<a href="roadmap.md" description="Kotlin 开发的未来计划">Kotlin 公开路线图</a>
</group>
<group type="cards" display="wide">
<title>Kotlin 多平台</title>
<a href="https://www.jetbrains.com/kotlin-multiplatform/" description="Learn how Kotlin Multiplatform helps you share code between your applications">Why Kotlin Multiplatform</a>
<a href="https://kmp.jetbrains.com/" description="Quickly create and download a multiplatform project template">Kotlin Multiplatform Wizard</a>
<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>
<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>
</group>
</custom-groups>
</section-starting-page>
</topic>