clion

fun clion(version: String, useInstaller: Boolean = true)

Adds a dependency on CLion.

Parameters

version

The version of CLion.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.


fun clion(version: Provider<String>, useInstaller: Boolean = true)

Adds a dependency on CLion.

Parameters

version

The provider for the version of CLion.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.