goland

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

Adds a dependency on GoLand.

Parameters

version

The version of GoLand.

useInstaller

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


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

Adds a dependency on GoLand.

Parameters

version

The provider for the version of GoLand.

useInstaller

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