toClassName

fun KSClassDeclaration.toClassName(): ClassName

Returns the ClassName representation of this KSClassDeclaration.


fun KSType.toClassName(): ClassName

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