pycharm
fun pycharm(version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun pycharm(version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
Adds a dependency on PyCharm.
Parameters
version
The version of PyCharm.
configure
IntelliJ Platform dependency configuration.