[K/N][runtime] Do not export ImmutableBlob type info
It's not used by the native runtime
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user