create
Creates and configures an instance of IntelliJPlatformDependencyConfiguration and adds an IntelliJ Platform dependency based on the provided configuration.
Parameters
configure
IntelliJ Platform dependency configuration lambda.
Creates and configures an instance of IntelliJPlatformDependencyConfiguration and adds an IntelliJ Platform dependency based on the provided configuration.
Parameters
configuration
IntelliJ Platform dependency configuration.
fun create(type: Any, version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun create(type: Any, version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun create(type: Provider<*>, version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
Adds a dependency on the IntelliJ Platform.
Parameters
type
The type of the IntelliJ Platform dependency.
version
The version of the IntelliJ Platform dependency.
configure
IntelliJ Platform dependency configuration.