JVM_IR: read serialized IR from annotation
This commit is contained in:
committed by
TeamCityServer
parent
baaecaa052
commit
7dbdb311e1
+2
-1
@@ -18,7 +18,8 @@ class KotlinClassHeader(
|
||||
val strings: Array<String>?,
|
||||
private val extraString: String?,
|
||||
val extraInt: Int,
|
||||
val packageName: String?
|
||||
val packageName: String?,
|
||||
val serializedIr: ByteArray?,
|
||||
) {
|
||||
// See kotlin.Metadata
|
||||
enum class Kind(val id: Int) {
|
||||
|
||||
Reference in New Issue
Block a user