[K/N] Mark UnhandledExceptionHook-related API as experimental

As a part of efforts to stabilize Native stdlib.
This commit is contained in:
Abduqodiri Qurbonzoda
2023-03-23 14:42:25 +02:00
parent 02beaa1daa
commit 8663239369
10 changed files with 14 additions and 12 deletions
@@ -1,4 +1,4 @@
@file:OptIn(FreezingIsDeprecated::class)
@file:OptIn(FreezingIsDeprecated::class, ExperimentalStdlibApi::class)
import kotlin.native.concurrent.*
@@ -1,4 +1,4 @@
@file:OptIn(FreezingIsDeprecated::class)
@file:OptIn(FreezingIsDeprecated::class, ExperimentalStdlibApi::class)
import kotlin.native.concurrent.*