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 352ef6d commit 7b087fbCopy full SHA for 7b087fb
core/nix/src/TimeZoneNative.kt
@@ -2,6 +2,7 @@
2
* Copyright 2019-2023 JetBrains s.r.o. and contributors.
3
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
*/
5
+@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
6
7
package kotlinx.datetime
8
core/nix/src/internal/filesystem.kt
@@ -3,7 +3,7 @@
-@file:OptIn(ExperimentalForeignApi::class)
package kotlinx.datetime.internal
9
import kotlinx.cinterop.*
0 commit comments