ClassData

constructor(name: String, packageName: String, functions: List<FunctionData>, imports: List<String>, superClasses: List<KSTypeReference> = emptyList(), properties: List<KSPropertyDeclaration> = emptyList(), modifiers: List<KModifier> = emptyList(), ksFile: KSFile)

Parameters

name

of the interface that contains annotations

superClasses

List of qualifiedNames of interface that a Ktorfit interface extends