[K/N][runtime] Do not export ImmutableBlob type info

It's not used by the native runtime
This commit is contained in:
Igor Chevdar
2022-10-12 20:41:14 +03:00
committed by Space Team
parent 454e9a6379
commit a058fcb628
@@ -10,7 +10,6 @@ import kotlinx.cinterop.*
/**
* An immutable compile-time array of bytes.
*/
@ExportTypeInfo("theImmutableBlobTypeInfo")
public final class ImmutableBlob private constructor() {
public val size: Int
get() = getArrayLength()