Skip to content

Commit 026c4ca

Browse files
committed
Add TODO implementation on Native
1 parent 6f71c9f commit 026c4ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/util/PlatformNative.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ internal actual object SystemDefaultProvider : PlatformProvider {
1616
actual override val filePathSeparator: String
1717
get() = TODO("Not yet implemented")
1818

19+
actual override val lineSeparator: String
20+
get() = TODO("Not yet implemented")
21+
1922
actual override suspend fun readFileOrNull(path: String): ByteArray? {
2023
TODO("Not yet implemented")
2124
}

0 commit comments

Comments
 (0)