toClassName

fun KSClassDeclaration.toClassName(): ClassName

Returns the ClassName representation of this KSClassDeclaration.


fun KSTypeAlias.toClassName(): ClassName

Returns the ClassName representation of this KSTypeAlias.


fun KSType.toClassName(): ClassName

Returns the ClassName representation of this KSType IFF it's a KSClassDeclaration or KSTypeAlias.