Interface BackwardsCompatibleIdeaModuleDependency
-
- All Superinterfaces:
Dependency
,IdeaDependency
,IdeaModuleDependency
public interface BackwardsCompatibleIdeaModuleDependency extends IdeaModuleDependency
This is used for compatibility with clients <2.14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdeaModule
getDependencyModule()
-
Methods inherited from interface org.gradle.tooling.model.idea.IdeaDependency
getExported, getScope
-
Methods inherited from interface org.gradle.tooling.model.idea.IdeaModuleDependency
getTargetModuleName
-
-
-
-
Method Detail
-
getDependencyModule
IdeaModule getDependencyModule()
-
-