pycharmCommunity

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

Adds a dependency on PyCharm Community.

Parameters

version

The version of PyCharm Community.


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

Adds a dependency on PyCharm Community.

Parameters

version

The provider for the version of PyCharm Community.