MyClass

fun MyClass(name: String, packageName: String, functions: List<MyFunction>, imports: List<String>, superClasses: List<String> = emptyList(), properties: List<KSPropertyDeclaration> = emptyList())

Parameters

superClasses

List of qualifiedNames of interface that a Ktorfit interface extends