Explicitly included sourceSets (whitelist) #714
Labels
Feature
Feature request issue type
S: postponed
Status: work on the issue is not in the short term plans
What is your use-case and why do you need this feature?
In my project, there's multiple test and development source sets, like
testIntegration
anddev
(for dev environment setup code). Manually excluding all of them without overlooking ones is a pain. This is further amplified by the fact that thetestIntegration
source set is added using aJvmTestSuite
convention that is only applied after Kover, therefore requiring the use ofafterEvaluate
in order to actually catch all non-main source sets.Describe the solution you'd like
Instead of just getting
excludedSourceSets
(aka "blacklist"), I'd like to have a "whitelist" approach as well. This way, I can only include themain
source set and don't have to worry about the initialization order, dev source sets, ...The text was updated successfully, but these errors were encountered: