Skip to content

Commit

Permalink
Fix NativeFile for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed Sep 24, 2024
1 parent 2dfbe92 commit 10417b4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ actual class NativeFile actual constructor(actual val file: KFile) {

private val filePath = file.path()

actual fun absolutePath(): String {
TODO("Not yet implemented")
}
actual fun absolutePath(): String = filePath

actual fun isDirectory(): Boolean {
return memScoped {
Expand Down

0 comments on commit 10417b4

Please sign in to comment.