Package-level declarations

Types

Link copied to clipboard

Fetches the Android Studio releases list from GradleProperties.ProductsReleasesAndroidStudioUrl and finds the release matching the Parameters.androidStudioVersion. From the resolved AndroidStudioReleases.Item, filters out the AndroidStudioReleases.Item.Download.link matching current OS and architecture.

Link copied to clipboard
abstract class CurrentPluginVersionValueSource : ValueSource<String, ValueSourceParameters.None>

Obtains the current IntelliJ Platform Gradle Plugin version.

Link copied to clipboard
@Serializable
data class Data(val items: List<Data.Item>)
Link copied to clipboard

Obtains the architecture of the provided Java Runtime executable by requesting the list of its internal properties.

Link copied to clipboard
abstract class LatestPluginVersionValueSource : ValueSource<String, ValueSourceParameters.None>

Obtains the latest IntelliJ Platform Gradle Plugin version.

Link copied to clipboard

Obtains the list of coordinates from module descriptors provided by the IntelliJ Platform.

Link copied to clipboard

Provides a complete list of binary IntelliJ Platform product releases matching the given FilterParameters criteria.