without External Parent Of
List containing declarations without any 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 without any of the specified external parents.
Parameters
The Kotlin class representing external parent to exclude.
The Kotlin classes representing external parents to exclude.
Whether to include indirect external parents.
List containing declarations without any 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 without any of the specified external parents.
Parameters
The Kotlin classes representing external parents to exclude.
Whether to include indirect external parents.