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