0abd044800
As KotlinCompilation only contains the directly added source sets in its `kotlinSourceSets` property, we need to provide a convenient way to collect the whole source sets hierarchy for a compilation. We added internal `allKotlinSourceSets` some time ago, and it seems reasonable to expose it as public API. Issue #KT-28749 Fixed