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 f5f273f commit 47d62fdCopy full SHA for 47d62fd
src/iosMain/kotlin/util/DataBuffer.kt
@@ -2,7 +2,7 @@ package io.rebble.libpebblecommon.util
2
3
import kotlinx.cinterop.*
4
import platform.Foundation.*
5
-
+@OptIn(ExperimentalForeignApi::class)
6
actual class DataBuffer {
7
private val actualBuf: NSMutableData
8
private var littleEndian = false
0 commit comments