Skip to content

Commit 26455ea

Browse files
authored
feat: create documentation for the Kotlin Metadata JVM library (#4675)
* feat: creating documentation for the kotlin metadata jvm library * removing unnecessary character * updating code example * implementing review comments * updating metadata docs based on review comments * adding and switching some admonitions, minor changes in wording * rephrasing slightly * implementing additional review comments * adding some additional clarification to code example and correcting capitalization * adding info about kotlin stability component for metadata-jvm library * implementing comments from twr review * last typo fix
1 parent 5f06151 commit 26455ea

File tree

3 files changed

+423
-0
lines changed

3 files changed

+423
-0
lines changed

docs/kr.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
<include from="kc.tree" origin="coroutines" element-id="coroutines"/>
302302
</toc-element>
303303
<toc-element toc-title="Serialization (kotlinx.serialization)" topic="serialization.md"/>
304+
<toc-element toc-title="Kotlin Metadata JVM (kotlin-metadata-jvm)" topic="metadata-jvm.md"/>
304305
<toc-element toc-title="Lincheck (kotlinx.lincheck)">
305306
<include from="kl.tree" origin="lincheck" element-id="lincheck"/>
306307
</toc-element>

docs/topics/components-stability.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ to avoid the accidental use of features that have not been released as stable.
9898
| kotlin-stdlib (JVM) | Stable | 1.0.0 | |
9999
| kotlinx-coroutines | Stable | 1.3.0 | |
100100
| kotlinx-serialization | Stable | 1.0.0 | |
101+
| kotlin-metadata-jvm | Stable | 2.0.0 | |
101102
| kotlin-reflect (JVM) | Beta | 1.0.0 | |
102103
| kotlinx-datetime | Alpha | 0.2.0 | |
103104
| kotlinx-io | Alpha | 0.2.0 | |

0 commit comments

Comments
 (0)