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 ad863ca commit 1d5a088Copy full SHA for 1d5a088
core/darwin/src/Converters.kt
@@ -3,7 +3,7 @@
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
6
-@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
+@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class, kotlinx.cinterop.UnsafeNumber::class)
7
8
package kotlinx.datetime
9
core/darwin/src/TimeZoneNative.kt
@@ -3,6 +3,8 @@
+@file:OptIn(kotlinx.cinterop.UnsafeNumber::class)
+
10
import platform.Foundation.*
0 commit comments