File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public fun Path(base: Path, vararg parts: String): Path {
99
99
/* *
100
100
* Returns [RawSource] for the given file or throws if path is not a file or does not exist
101
101
*
102
- * Use of this method is deprecated with warning since kotlinx-io 0.2.3 . The method will be removed in 0.3.0.
102
+ * Use of this method is deprecated with warning since kotlinx-io 0.2.2 . The method will be removed in 0.3.0.
103
103
*/
104
104
@Deprecated(
105
105
message = " Use FileSystem.source instead" ,
@@ -116,7 +116,7 @@ public fun Path.source(): Source = SystemFileSystem.source(this).buffered()
116
116
* Returns [RawSink] for the given path, creates file if it doesn't exist, throws if it's a directory,
117
117
* overwrites contents.
118
118
*
119
- * Use of this method is deprecated with warning since kotlinx-io 0.2.3 . The method will be removed in 0.3.0.
119
+ * Use of this method is deprecated with warning since kotlinx-io 0.2.2 . The method will be removed in 0.3.0.
120
120
*/
121
121
@Deprecated(
122
122
message = " Use FileSystem.sink instead" ,
You can’t perform that action at this time.
0 commit comments