Ko Package Declaration
Represents a Kotlin package declaration.
Properties
File containing the declaration.
Determines whatever the directory structure (file path) matches the package.
Text of the declaration with the location (file path, line and column).
The declaration's module name.
Project file path of the declaration or root project path of the file.
The declaration's source set name.
Functions
Name of the declaration containing text.
Name of the declaration with suffix.
Name of the declaration matching regex.
Name of the declaration with prefix.
Text of the declaration containing text.
Text of the declaration with suffix.
Text of the declaration matching regex.
Text of the declaration with prefix.
Determines whatever declaration reside in module.
Determines whatever declaration reside in file path or file reside in path.
Determines whatever declaration reside in source set.