Project
Deprecated
Will be removed in Gradle 10.
Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
Constructors
Functions
Link copied to clipboard
Adds a module to the module paths included in the Project.
Link copied to clipboard
open fun configure(modules: List<IdeaModule>, jdkName: String, languageLevel: IdeaLanguageLevel, bytecodeVersion: JavaVersion, wildcards: Collection<String>, projectLibraries: Collection<ProjectLibrary>, vcs: String)
Link copied to clipboard
Link copied to clipboard
open fun findFirstChildWithAttributeValue(root: @Nullable Node, childName: String, attribute: String, value: String): @Nullable Node
Link copied to clipboard
Link copied to clipboard
open fun findOrCreateFirstChildWithAttributeValue(root: @Nullable Node, childName: String, attribute: String, value: String): Node
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard