PluginRequest

Contains information about a plugin that has been requested for resolution.

Since

3.5

Functions

Link copied to clipboard
abstract fun getId(): PluginId
The ID of the plugin requested.
Link copied to clipboard
@Nullable
abstract fun getModule(): ModuleVersionSelector
The implementation module of the plugin if one was explicitly specified, otherwise null.
Link copied to clipboard
@Nullable
abstract fun getVersion(): String
The version of the plugin if one was specified, otherwise null.