write Multi File Class Part
fun writeMultiFileClassPart(kmPackage: KmPackage, facadeClassName: String, metadataVersion: IntArray = COMPATIBLE_METADATA_VERSION, extraInt: Int = 0): Metadata
Writes the metadata of the multi-file class part.
Parameters
facade Class Name
JVM internal name of the corresponding multi-file class facade
metadata Version
metadata version to be written to the metadata (see Metadata.metadataVersion), KotlinClassMetadata.COMPATIBLE_METADATA_VERSION by default. Cannot be less (lexicographically) than [1, 4]
extra Int
the value of the class-level flags to be written to the metadata (see Metadata.extraInt), 0 by default
Throws
if kmPackage is not correct and cannot be written or if metadataVersion is not supported for writing.