Package-level declarations

Types

Link copied to clipboard
fun interface KSFileSourceMapper

Functions

Link copied to clipboard
inline fun <T> KSAnnotation.findArgumentValue(name: String): T?

Finds the value of an argument with the specified name in this annotation.

Link copied to clipboard
inline fun <T> KSClassDeclaration.firstAnnotation(): KSAnnotation?

Checks if this class declaration has an annotation of the specified type T.