Add description for kotlin.io.path package

This commit is contained in:
Ilya Gorbunov
2021-04-06 13:18:33 +03:00
parent 81f2aea316
commit f1cdd0e2ed
+4
View File
@@ -59,6 +59,10 @@ Experimental APIs, subject to change in future versions of Kotlin.
IO API for working with files and streams.
# Package kotlin.io.path
Convenient extensions for working with file system using [java.nio.file.Path][java.nio.file.Path].
# Package kotlin.js
Functions and other APIs specific to the JavaScript platform.