allow

fun allow(from: String, to: String)(source)

Permits a specific feature-to-feature dependency that would otherwise be a violation.

Parameters

from

The depending module path or glob pattern.

to

The dependency module path or glob pattern.