with External Parent Of
List containing declarations that have at least one external parent of the specified KClass
type. The external parent is a parent defined outside the project codebase (defined inside external library).
Return
A list containing declarations with at least one external parent of the specified KClass
type.
Parameters
The Kotlin class representing external parent to include.
The Kotlin classes representing external parents to include.
Whether to include indirect external parents.
List containing declarations that have at least one external parent of the specified KClass
type. The external parent is a parent defined outside the project codebase (defined inside external library).
Return
A list containing declarations with at least one external parent of the specified KClass
type.
Parameters
The Kotlin classes representing external parents to include.
Whether to include indirect external parents.