generateHintFileName

fun ClassName.generateHintFileName(separator: String = "", suffix: String = "", capitalizePackage: Boolean = true): String

Generates a unique hint file name by adding the package name as the first simple name, then joining all simple names with the separator and suffix.

See also

for the joining logic