dependentSourceSets

@Input
val dependentSourceSets: SetProperty<DokkaSourceSetID>

Specifies source sets that current source set depends on.

Among other things, this information is needed to resolve expect/actual declarations.

Prefer using dependsOn function to append dependent source sets to this list.

By default, the values are deduced from information provided by the Kotlin Gradle plugin.