[K/N] Mark BitSet with @ObsoleteNativeApi #KT-57088

This commit is contained in:
Abduqodiri Qurbonzoda
2023-03-21 22:50:00 +02:00
committed by Space Team
parent 3ffbfba1d6
commit 9ff863ced7
@@ -11,6 +11,7 @@ package kotlin.native
* @constructor creates an empty bit set with the specified [size]
* @param size the size of one element in the array used to store bits.
*/
@ObsoleteNativeApi
public class BitSet(size: Int = ELEMENT_SIZE) {
@kotlin.native.internal.CanBePrecreated