IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
AndroidStudioReleases
/
Content
Content
@
Serializable
data
class
Content
(
val
items
:
List
<
AndroidStudioReleases.Item
>
,
val
version
:
Int
)
Members
Constructors
Content
Link copied to clipboard
constructor
(
items
:
List
<
AndroidStudioReleases.Item
>
,
version
:
Int
)
Properties
items
Link copied to clipboard
@
SerialName
(
value
=
"item"
)
val
items
:
List
<
AndroidStudioReleases.Item
>
version
Link copied to clipboard
val
version
:
Int