forked from hltj/kotlin-web-site-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.xml
83 lines (83 loc) · 7.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?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="https://play.kotlinlang.org/byExample/overview" description="Kotlin 语法简单评注版示例">例学 Kotlin</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="coding-conventions.md" description="关于代码组织、格式与命名的建议">编码规范</a>
<a href="basic-types.md" description="Kotlin 类型系统:数字、字符串、数组与其他内置类型">基本类型</a>
<a href="control-flow.md" description="条件与循环:if、 when、 for、 while">控制流程</a>
<a href="null-safety.md" description="可空与非空类型、 elvis 运算符、安全调用与类型转换">空安全</a>
<a href="coroutines-overview.md" description="并发:协程、流、通道">协程</a>
</highlighted-group>
<custom-groups>
<group type="cards" display="wide">
<title>新特性</title>
<a href="whatsnew19.md" description="Latest features: Kotlin K2 for JVM is in Beta, new language features, preview of Gradle configuration cache in Kotlin Multiplatform, changes to Android target support in Kotlin Multiplatform, preview of custom memory allocator in Kotlin/Native.">Kotlin 1.9.0 的新特性</a>
<a href="roadmap.md" description="Kotlin 开发的未来计划">Kotlin 公开路线图</a>
</group>
<group type="cards">
<title>Kotlin 多平台移动端</title>
<a href="multiplatform-mobile-getting-started.md" description="帮助你开始使用 SDK 的有用链接">Android Studio 中 KMM 入门</a>
<a href="multiplatform-mobile-plugin-releases.md" description="Kotlin 多平台移动端插件的特性">用于 Android Studio 的插件版本发布</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmy_oVc9YQzjasSNoAk4hk_C" description="我们(官方)YouTube 频道上关于 Kotlin 多平台移动端的视频">Kotlin 多平台 Multiverse</a>
</group>
<group type="links" display="normal">
<link-collection>
<title>学习 Kotlin</title>
<a href="https://play.kotlinlang.org/byExample/overview" description="Simple annotated examples for the Kotlin syntax">例学 Kotlin</a>
<a href="koans.md" description="Programming exercises to get you familiar with Kotlin">心印</a>
<a href="https://hyperskill.org/tracks?category=4&utm_source=jbkotlin_hs&utm_medium=referral&utm_campaign=kotlinlang-docs&utm_content=button_1&utm_term=22.03.23" description="Kotlin Core track by JetBrains Academy">JetBrains 学院</a>
<a href="advent-of-code.md" description="Code puzzles in idiomatic Kotlin">Advent of Code</a>
<a href="kotlin-hands-on.md" description="Complete long-form tutorials to fully grasp a technology">动手实践教程</a>
<a href="edu-tools-learner.md"
description="An IDE plugin for learning and teaching programming languages">IntelliJ IDEA 中的
JetBrains 学院</a>
<a href="books.md" description="The books that we've reviewed and recommend for learning Kotlin">图书</a>
</link-collection>
<link-collection>
<title>在 YouTube 上观看 Kotlin 视频</title>
<a href="https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw" description="Official Kotlin YouTube channel">Kotlin YouTube channel</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmxOJL0GSSZ1Vot4KL2Vwe7x" description="Tutorials on using Kotlin with Spring">Kotlin in Spring Framework</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmx-dpq9nkdaVJX0GnrM1Mp1" description="Webinars on using Kotlin for server-side development">Webinars with experts</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmy_oVc9YQzjasSNoAk4hk_C" description="Tutorials on using Kotlin Multiplatform for mobile">Kotlin Multiplatform Multiverse</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmyQA0l15nAfE1-pnu6fSvvG" description="Kotlin for competitive programming">Competitive programming</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmy6Fz9aq-JMlzk34ce5hJrg" description="Tutorials on using the standard library">Kotlin standard library</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmz1TwkP9SKCHU978dqLTANB" description="Talking Kotlin podcast">Talking Kotlin podcast</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmzT4cgLOGJYGnY6j0W2xoFA" description="Stories about teaching Kotlin">Kotlin for educators</a>
<a href="https://www.youtube.com/playlist?list=PLlFc5cFwUnmxS9GQ0HtzUG1a7WQ2cvF6U" description="Talks from the Kotlin Online Event 2021">Kotlin Online Event 2021</a>
</link-collection>
<link-collection>
<title>保持联系并贡献力量</title>
<a href="contribute.md" description="The ways in which you can help the development of Kotlin">为 Kotlin 贡献力量</a>
<a href="eap.md" description="Preview versions for trying out features before their official releases">参与抢先体验计划(EAP)</a>
<a href="https://surveys.jetbrains.com/s3/kotlin-slack-sign-up" description="Official public Kotlin Slack">加入 Kotlin Slack</a>
<a href="https://twitter.com/kotlin" description="Official Kotlin Twitter">在 Twitter 上关注 Kotlin</a>
<a href="https://www.reddit.com/r/Kotlin/" description="Kotlin on Reddit">在 Reddit 上探讨</a>
<a href="https://stackoverflow.com/questions/tagged/kotlin" description="Kotlin on Stack Overflow">参与 Stack Overflow 的讨论</a>
</link-collection>
</group>
</custom-groups>
</section-starting-page>
</topic>