eygraber
05/16/2022, 6:54 PMKotlinSourceSet
with a specific KotlinTarget
? e.g.:
kotlin.targets.configureEach {
kotlin.sourceSets.configureEach {
// only do something with this source set if it is associated with the target
}
}
natario1
05/17/2022, 12:19 AMKotlinCompilation
and it should have a source set container AFAIReygraber
05/17/2022, 3:21 AM