toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
AndroidStudioReleases
Android
Studio
Releases
@
Serializable
data
class
AndroidStudioReleases
(
val
version
:
Int
,
val
items
:
List
<
AndroidStudioReleases.Item
>
)
Members
Constructors
Android
Studio
Releases
Link copied to clipboard
constructor
(
version
:
Int
,
items
:
List
<
AndroidStudioReleases.Item
>
)
Types
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
items
Link copied to clipboard
val
items
:
List
<
AndroidStudioReleases.Item
>
version
Link copied to clipboard
val
version
:
Int