-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum IdeaKotlinProjectModelBuilder.DependencyResolutionLevel extends Enum<IdeaKotlinProjectModelBuilder.DependencyResolutionLevel>
Any IdeaKotlinDependencyResolver has to be registered specifying a certain resolution level. Generally, all resolvers registered in a given resolution level will work collaboratively, meaning the dependency resolution result is the aggregation of all resolvers running.
However, only the resolvers in the highest resolution result will run e.g. If resolvers with level Overwrite are found, then only those will contribute to the dependency resolution. Otherwise, all Default resolvers will run.
-
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-