Skip to content

Commit 1d5a088

Browse files
committed
[migration] Kotlin 1.9.20: KT-59859
1 parent ad863ca commit 1d5a088

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/darwin/src/Converters.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(kotlinx.cinterop.ExperimentalForeignApi::class)
6+
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class, kotlinx.cinterop.UnsafeNumber::class)
77

88
package kotlinx.datetime
99

core/darwin/src/TimeZoneNative.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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(kotlinx.cinterop.UnsafeNumber::class)
7+
68
package kotlinx.datetime
79

810
import platform.Foundation.*

0 commit comments

Comments
 (0)