Move Path extensions to the new package kotlin.io.path
This avoids the conflict with the existing top-level functions in kotlin.io package. #KT-19192
This commit is contained in:
@@ -3,7 +3,7 @@ module kotlin.stdlib.jdk7 {
|
||||
requires transitive kotlin.stdlib;
|
||||
|
||||
exports kotlin.jdk7;
|
||||
exports kotlin.io.jdk7;
|
||||
exports kotlin.io.path;
|
||||
|
||||
exports kotlin.internal.jdk7 to kotlin.stdlib.jdk8;
|
||||
opens kotlin.internal.jdk7 to kotlin.stdlib;
|
||||
|
||||
Reference in New Issue
Block a user