sourceSetDependentText

fun <T> sourceSetDependentText(    value: SourceSetDependent<T>,     sourceSets: Set<DokkaConfiguration.DokkaSourceSet> = value.keys,     styles: Set<Style> = mainStyles,     transform: (T) -> String)