Skip to content

Commit

Permalink
optin to experimentalforeignapi
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed May 24, 2024
1 parent f5f273f commit 47d62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iosMain/kotlin/util/DataBuffer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.rebble.libpebblecommon.util

import kotlinx.cinterop.*
import platform.Foundation.*

@OptIn(ExperimentalForeignApi::class)
actual class DataBuffer {
private val actualBuf: NSMutableData
private var littleEndian = false
Expand Down

0 comments on commit 47d62fd

Please sign in to comment.