importQualifiedName

fun importQualifiedName(clazz: KSClassDeclaration)

Add given class to import list, simple class name can then be used in the code to refer to it.

Duplicate simple names will cause IllegalArgumentException


fun importQualifiedName(qualifiedName: String)

Import class or function using its fully-qualified name.