[K/N] Deprecate kotlin.native.ThreadLocal typealias
As a part of efforts to stabilize Native stdlib #KT-55765.
This commit is contained in:
committed by
Space Team
parent
9442009d91
commit
4969a0e4f6
@@ -55,6 +55,8 @@ public annotation class RetainForTarget(val target: String)
|
||||
public typealias Throws = kotlin.Throws
|
||||
|
||||
/** @suppress */
|
||||
@Deprecated("Use kotlin.native.concurrent.ThreadLocal instead.", ReplaceWith("ThreadLocal", "kotlin.native.concurrent.ThreadLocal"))
|
||||
@DeprecatedSinceKotlin(warningSince = "1.9")
|
||||
public typealias ThreadLocal = kotlin.native.concurrent.ThreadLocal
|
||||
|
||||
/** @suppress */
|
||||
|
||||
Reference in New Issue
Block a user