We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449555d commit 520e8e3Copy full SHA for 520e8e3
core/apple/src/files/FileSystemApple.kt
@@ -6,10 +6,7 @@
6
7
package kotlinx.io.files
8
9
-import kotlinx.cinterop.ExperimentalForeignApi
10
-import kotlinx.cinterop.cstr
11
-import kotlinx.cinterop.memScoped
12
-import kotlinx.cinterop.toKString
+import kotlinx.cinterop.*
13
import kotlinx.io.IOException
14
import platform.Foundation.*
15
import platform.posix.*
@@ -67,4 +64,3 @@ internal actual fun metadataOrNullImpl(path: Path): FileMetadata? {
67
64
size = if (isFile) attributes[NSFileSize] as Long else -1
68
65
)
69
66
}
70
-
0 commit comments