Skip to content

Commit 47d62fd

Browse files
committed
optin to experimentalforeignapi
1 parent f5f273f commit 47d62fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iosMain/kotlin/util/DataBuffer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package io.rebble.libpebblecommon.util
22

33
import kotlinx.cinterop.*
44
import platform.Foundation.*
5-
5+
@OptIn(ExperimentalForeignApi::class)
66
actual class DataBuffer {
77
private val actualBuf: NSMutableData
88
private var littleEndian = false

0 commit comments

Comments
 (0)