Km Package
Represents a Kotlin package fragment that contains top-level functions, properties, and type aliases. Package fragments are produced from single file facades and multi-file class parts. Note that a package fragment does not contain any classes, as classes are not a part of file facades and have their own metadata.
Properties
Link copied to clipboard
Functions in the package fragment.
Link copied to clipboard
Metadata of local delegated properties used somewhere inside this package fragment (but not in any class). Note that for classes produced by the Kotlin compiler, such properties will have default accessors.
Link copied to clipboard
Name of the module where this package fragment is declared.
Link copied to clipboard
Properties in the package fragment.
Link copied to clipboard
Type aliases in the package fragment.