IdeaModule

Represents information about the IDEA module.

Since

1.0-milestone-5

Functions

Link copied to clipboard
Link copied to clipboard
Returns information about idea compiler output (output dirs, inheritance of output dir, etc.
Link copied to clipboard
All content roots.
Link copied to clipboard
dependencies of this module (i.e.
Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
The gradle project that is associated with this module.
Link copied to clipboard
Returns the Java language settings for this element, or null if this element is not a Java element.
Link copied to clipboard
abstract fun getJdkName(): String
Returns the name of the JDK.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getParent(): IdeaProject
Returns the project of this module.
Link copied to clipboard
abstract fun getProject(): IdeaProject
Returns the project of this module.
Link copied to clipboard