splitClassName

fun splitClassName(className: String): List<String>

Split the fully qualified class name into its package parts with the last element in the list being the simple class name.

Parameters

className

The binary name of the class to split.