Opt in to using experimental Kotlin Native APIs to suppress build warnings (#8885)

- fixes #8846
This commit is contained in:
souma987
2026-02-04 23:54:08 +09:00
committed by GitHub
parent 9c2c56dc6a
commit 4623cfa4bc

View File

@@ -14,9 +14,12 @@
* limitations under the License.
*/
@file:Suppress("NOTHING_TO_INLINE")
@file:OptIn(ExperimentalNativeApi::class)
package com.google.flatbuffers.kotlin
import kotlin.experimental.ExperimentalNativeApi
/**
* This implementation assumes that of native macOSX64 the byte order of the implementation is
* Little Endian.