pycharmProfessional

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

Adds a dependency on PyCharm Professional.

Parameters

version

The version of PyCharm Professional.

useInstaller

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


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

Adds a dependency on PyCharm Professional.

Parameters

version

The provider for the version of PyCharm Professional.

useInstaller

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