[K/N] Internalize all annotations in kotlin.native.internal package

As a part of efforts to stabilize Native stdlib #KT-55765.
This commit is contained in:
Abduqodiri Qurbonzoda
2023-03-25 23:20:19 +02:00
committed by Space Team
parent 62ad784b73
commit 0d53e11851
2 changed files with 11 additions and 5 deletions
@@ -33,6 +33,7 @@ fun Any?.use() {
var x = this
}
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
@kotlin.native.internal.CanBePrecreated
object CompileTime {