priority

val priority: Int = 0(source)

The priority of this resolver (then wrapped as a resolver factory).

When getting a resolver factory, the factory with the highest value that is resolvable is taken.

If two factories with the same priority exist and are both resolvable, an exception is thrown.

See also