Class
class Class(var kmClass: KmClass, var version: JvmMetadataVersion, var flags: Int) : KotlinClassMetadata
Represents metadata of a class file containing a declaration of a Kotlin class.
Anything that does not belong to a Kotlin class (top-level declarations) is not present in Class metadata, even if such declaration was in the same source file. See FileFacade for details.
Properties
Link copied to clipboard
Additional classfile-level flags of this metadata. See Metadata.extraInt for possible values.
Link copied to clipboard
Version of this metadata.