-
Notifications
You must be signed in to change notification settings - Fork 203
/
MENU.yaml
127 lines (117 loc) · 2.91 KB
/
MENU.yaml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Введение:
- basic-syntax
- idioms
- coding-conventions
Основы:
- Типы:
- basic-types
- typecasts
- Управление потоком:
- control-flow
- returns
- exceptions
- packages
- Классы и объекты:
- classes
- inheritance
- properties
- interfaces
- fun-interfaces
- visibility-modifiers
- extensions
- data-classes
- sealed-classes
- generics
- nested-classes
- enum-classes
- inline-classes
- object-declarations
- delegation
- delegated-properties
- type-aliases
- Функции и лямбды:
- functions
- lambdas
- inline-functions
- operator-overloading
- Строители:
- type-safe-builders
- using-builders-with-builder-inference
- null-safety
- equality
- this-expressions
- async-programming
- coroutines-overview
- annotations
- destructuring-declarations
- reflection
Мультиплатформенная разработка:
- Kotlin Multiplatform для iOS и Android:
- multiplatform-mobile-getting-started
- multiplatform-mobile-setup
- multiplatform-mobile-create-first-app
- Kotlin Multiplatform для других платформ:
- multiplatform-get-started
- multiplatform-dsl-reference
Платформы:
- JVM:
- comparison-to-java
- java-interop
- java-to-kotlin-interop
- JavaScript:
- Kotlin для JS-платформы:
- dynamic-type
Стандартная библиотека:
- Коллекции:
- collections-overview
- constructing-collections
- iterators
- ranges
- sequences
- collection-operations
- collection-transformations
- collection-filtering
- collection-plus-minus
- collection-grouping
- collection-parts
- collection-elements
- collection-ordering
- collection-aggregate
- collection-write
- list-operations
- set-operations
- map-operations
- scope-functions
Официальные библиотеки:
- Корутины (kotlinx.coroutines):
- coroutines-guide
- coroutines-basics
- cancellation-and-timeouts
- composing-suspending-functions
- coroutine-context-and-dispatchers
Справочник:
- keyword-reference
Инструменты:
- Инструменты для сборки:
- gradle
- maven
- ant
- Плагины компилятора:
- all-open-plugin
- kapt
- kotlin-doc
- kotlin-osgi
Обзор Kotlin:
- multiplatform
- server-overview
- android-overview
- js-overview
- native-overview
- data-science-overview
- competitive-programming
Прочее:
- faq
Редактору:
- how-to-edit
- add-new-article
- "/contributors|Участники"