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
Android
Studio
Releases
@
Serializable
data
class
AndroidStudioReleases
(
val
content
:
AndroidStudioReleases.Content
)
Members
Constructors
Android
Studio
Releases
Link copied to clipboard
constructor
(
content
:
AndroidStudioReleases.Content
)
Types
Content
Link copied to clipboard
@
Serializable
data
class
Content
(
val
items
:
List
<
AndroidStudioReleases.Item
>
,
val
version
:
Int
)
Item
Link copied to clipboard
@
Serializable
data
class
Item
(
val
name
:
String
,
val
build
:
String
,
val
version
:
String
,
val
channel
:
String
,
val
platformBuild
:
String
,
val
platformVersion
:
String
,
val
date
:
String
,
val
downloads
:
List
<
AndroidStudioReleases.Item.Download
>
)
Properties
content
Link copied to clipboard
val
content
:
AndroidStudioReleases.Content
items
Link copied to clipboard
val
items
:
List
<
AndroidStudioReleases.Item
>
version
Link copied to clipboard
val
version
:
Int