IntelliJPlatformGradlePlugin
Toggle table of contents
2.17.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
ProductModules
/
BundledPlugins
Bundled
Plugins
@
Serializable
data
class
BundledPlugins
(
val
modules
:
List
<
ProductModules.BundledPlugins.Module
>
=
emptyList()
)
Represents the 'bundled-plugins' section containing plugin modules.
Members
Constructors
Bundled
Plugins
Link copied to clipboard
constructor
(
modules
:
List
<
ProductModules.BundledPlugins.Module
>
=
emptyList()
)
Types
Module
Link copied to clipboard
@
Serializable
data
class
Module
(
val
value
:
String
)
Represents a module element
Properties
modules
Link copied to clipboard
val
modules
:
List
<
ProductModules.BundledPlugins.Module
>