1
+ <!DOCTYPE html>
2
+ < html class ="no-js ">
3
+ < head >
4
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " charset ="UTF-8 ">
5
+ < title > kplist</ title >
6
+ < link href ="images/logo-icon.svg " rel ="icon " type ="image/svg ">
7
+ < script > var pathToRoot = "" ; </ script >
8
+ < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
9
+ < script > const storage = localStorage . getItem ( "dokka-dark-mode" )
10
+ if ( storage == null ) {
11
+ const osDarkSchemePreferred = window . matchMedia && window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches
12
+ if ( osDarkSchemePreferred === true ) {
13
+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
14
+ }
15
+ } else {
16
+ const savedDarkMode = JSON . parse ( storage )
17
+ if ( savedDarkMode === true ) {
18
+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
19
+ }
20
+ }
21
+ </ script >
22
+ < script type ="text/javascript " src ="https://unpkg.com/kotlin-playground@1/dist/playground.min.js " async ="async "> </ script >
23
+ < script type ="text/javascript " src ="scripts/sourceset_dependencies.js " async ="async "> </ script >
24
+ < link href ="styles/style.css " rel ="Stylesheet ">
25
+ < link href ="styles/main.css " rel ="Stylesheet ">
26
+ < link href ="styles/prism.css " rel ="Stylesheet ">
27
+ < link href ="styles/logo-styles.css " rel ="Stylesheet ">
28
+ < link href ="styles/font-jb-sans-auto.css " rel ="Stylesheet ">
29
+ < link href ="ui-kit/ui-kit.min.css " rel ="Stylesheet ">
30
+ < script type ="text/javascript " src ="scripts/clipboard.js " async ="async "> </ script >
31
+ < script type ="text/javascript " src ="scripts/navigation-loader.js " async ="async "> </ script >
32
+ < script type ="text/javascript " src ="scripts/platform-content-handler.js " async ="async "> </ script >
33
+ < script type ="text/javascript " src ="scripts/main.js " defer ="defer "> </ script >
34
+ < script type ="text/javascript " src ="scripts/prism.js " async ="async "> </ script >
35
+ < script type ="text/javascript " src ="ui-kit/ui-kit.min.js " defer ="defer "> </ script >
36
+ < script type ="text/javascript " src ="scripts/symbol-parameters-wrapper_deferred.js " defer ="defer "> </ script >
37
+ </ head >
38
+ < body >
39
+ < div class ="root ">
40
+ < nav class ="navigation theme-dark " id ="navigation-wrapper ">
41
+ < a class ="library-name--link " href ="index.html ">
42
+ kplist
43
+ </ a >
44
+ < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle "
45
+ type ="button "> Toggle table of contents
46
+ </ button >
47
+ < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
48
+ < div class ="library-version " id ="library-version ">
49
+ 0.0.1 </ div >
50
+ < div class ="navigation-controls ">
51
+ < div class ="filter-section filter-section_loading " id ="filter-section ">
52
+ < button class ="platform-tag platform-selector common-like " data-active =""
53
+ data-filter =":kplist/commonMain "> common</ button >
54
+ < div class ="dropdown filter-section--dropdown " data-role ="dropdown " id ="filter-section-dropdown ">
55
+ < button class ="button button_dropdown filter-section--dropdown-toggle " role ="combobox "
56
+ data-role ="dropdown-toggle "
57
+ aria-controls ="platform-tags-listbox "
58
+ aria-haspopup ="listbox "
59
+ aria-expanded ="false "
60
+ aria-label ="Toggle source sets "
61
+ > </ button >
62
+ < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox ">
63
+ < div class ="dropdown--header "> < span > Platform filter</ span >
64
+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close platform filter ">
65
+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
66
+ </ button >
67
+ </ div >
68
+ < li role ="option " class ="dropdown--option platform-selector-option common-like " tabindex ="0 ">
69
+ < label class ="checkbox ">
70
+ < input type ="checkbox " class ="checkbox--input " id =":kplist/commonMain "
71
+ data-filter =":kplist/commonMain "/>
72
+ < span class ="checkbox--icon "> </ span >
73
+ common
74
+ </ label >
75
+ </ li >
76
+ </ ul >
77
+ < div class ="dropdown--overlay "> </ div >
78
+ </ div >
79
+ </ div >
80
+ < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button "
81
+ type ="button "> Switch theme
82
+ </ button >
83
+ < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
84
+ API
85
+ </ div >
86
+ </ div >
87
+ </ nav >
88
+ < div id ="container ">
89
+ < div class ="sidebar " id ="leftColumn ">
90
+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
91
+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list "
92
+ data-role ="dropdown-listbox ">
93
+ < div class ="dropdown--header ">
94
+ < span >
95
+ kplist
96
+ </ span >
97
+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
98
+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
99
+ </ button >
100
+ </ div >
101
+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
102
+ </ ul >
103
+ < div class ="dropdown--overlay "> </ div >
104
+ </ div >
105
+ </ div >
106
+ < div id ="main ">
107
+ < div class ="main-content " id ="content " pageIds ="kplist::////PointingToDeclaration//-1252911730 ">
108
+ < div class ="breadcrumbs "> </ div >
109
+ < div class ="cover ">
110
+ < h1 class ="cover "> < span > < span > kplist</ span > </ span > </ h1 >
111
+ </ div >
112
+ < h2 class =""> Packages</ h2 >
113
+ < div class ="table "> < a data-name ="393050602%2FPackages%2F-1252911730 " anchor-label ="com.getiox.kplist " id ="393050602%2FPackages%2F-1252911730 " data-filterable-set =":kplist/commonMain "> </ a >
114
+ < div class ="table-row " data-filterable-current =":kplist/commonMain " data-filterable-set =":kplist/commonMain ">
115
+ < div >
116
+ < div class ="main-subrow ">
117
+ < div class =""> < span class ="inline-flex ">
118
+ < div > < a href ="kplist/com.getiox.kplist/index.html "> com.getiox.kplist</ a > </ div >
119
+ < span class ="anchor-wrapper "> < span class ="anchor-icon " pointing-to ="393050602%2FPackages%2F-1252911730 "> </ span >
120
+ < div class ="copy-popup-wrapper "> < span class ="copy-popup-icon "> </ span > < span > Link copied to clipboard</ span > </ div >
121
+ </ span > </ span > </ div >
122
+ < div class ="pull-right ">
123
+ < div class ="platform-tags no-gutters ">
124
+ < div class ="platform-tag common-like "> common</ div >
125
+ </ div >
126
+ </ div >
127
+ </ div >
128
+ < div > </ div >
129
+ </ div >
130
+ </ div >
131
+ </ div >
132
+ </ div >
133
+ < div class ="footer ">
134
+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
135
+ < span > © 2025 Copyright</ span >
136
+ < span class ="pull-right ">
137
+ < span > Generated by </ span >
138
+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
139
+ < span > dokka</ span >
140
+ </ a >
141
+ </ span >
142
+ </ div >
143
+ </ div >
144
+ </ div >
145
+ </ div >
146
+ </ body >
147
+ </ html >
0 commit comments