IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
ProductModules
/
ModuleIncludes
Module
Includes
@
Serializable
@
XmlSerialName
(
value
=
"include"
)
data
class
ModuleIncludes
(
val
fromModules
:
List
<
ProductModules.ModuleIncludes.FromModule
>
=
emptyList()
)
Represents the 'include' section containing modules to be included.
Members
Constructors
Module
Includes
Link copied to clipboard
constructor
(
fromModules
:
List
<
ProductModules.ModuleIncludes.FromModule
>
=
emptyList()
)
Types
From
Module
Link copied to clipboard
@
Serializable
@
XmlSerialName
(
value
=
"from-module"
)
data
class
FromModule
(
val
value
:
String
)
Represents a from-module element
Properties
from
Modules
Link copied to clipboard
@
XmlElement
val
fromModules
:
List
<
ProductModules.ModuleIncludes.FromModule
>