dataspell

fun dataspell(version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun dataspell(version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})

Adds a dependency on DataSpell.

Parameters

version

The version of DataSpell.

configure

IntelliJ Platform dependency configuration.