Skip to content

Commit 7b087fb

Browse files
committed
Add annotations due to upgraded Kotlin
1 parent 352ef6d commit 7b087fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/nix/src/TimeZoneNative.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright 2019-2023 JetBrains s.r.o. and contributors.
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
5+
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
56

67
package kotlinx.datetime
78

core/nix/src/internal/filesystem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
55

6-
@file:OptIn(ExperimentalForeignApi::class)
6+
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
77
package kotlinx.datetime.internal
88

99
import kotlinx.cinterop.*

0 commit comments

Comments
 (0)