Skip to content

Commit 520e8e3

Browse files
committed
fix
1 parent 449555d commit 520e8e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/apple/src/files/FileSystemApple.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

77
package kotlinx.io.files
88

9-
import kotlinx.cinterop.ExperimentalForeignApi
10-
import kotlinx.cinterop.cstr
11-
import kotlinx.cinterop.memScoped
12-
import kotlinx.cinterop.toKString
9+
import kotlinx.cinterop.*
1310
import kotlinx.io.IOException
1411
import platform.Foundation.*
1512
import platform.posix.*
@@ -67,4 +64,3 @@ internal actual fun metadataOrNullImpl(path: Path): FileMetadata? {
6764
size = if (isFile) attributes[NSFileSize] as Long else -1
6865
)
6966
}
70-

0 commit comments

Comments
 (0)