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 6f71c9f commit 026c4caCopy full SHA for 026c4ca
runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/util/PlatformNative.kt
@@ -16,6 +16,9 @@ internal actual object SystemDefaultProvider : PlatformProvider {
16
actual override val filePathSeparator: String
17
get() = TODO("Not yet implemented")
18
19
+ actual override val lineSeparator: String
20
+ get() = TODO("Not yet implemented")
21
+
22
actual override suspend fun readFileOrNull(path: String): ByteArray? {
23
TODO("Not yet implemented")
24
}
0 commit comments