FeatureIsolationConfig
Configures feature module isolation inside the featureIsolation { } block.
aalekh {
featureIsolation {
featurePattern = ":feature:**"
allow(from = ":feature:shared", to = ":feature:*")
}
}Content copied to clipboard
Feature modules matched by featurePattern must not depend on each other, except for pairs explicitly listed via allow.