interfaces

abstract fun interfaces(includeNested: Boolean = true): List<KoInterfaceDeclaration>

The interfaces present in the scope.

Return

a list of KoInterfaceDeclaration representing the interfaces in the scope.

Parameters

includeNested

specifies whether to include nested interfaces, by default true.