IdeaVersion

interface IdeaVersion

Configures the idea-version section of the plugin.

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val sinceBuild: Property<String>

The earliest IDE version that is compatible with the plugin.

Link copied to clipboard
abstract val untilBuild: Property<String>

The latest IDE version that is compatible with the plugin. An undefined value signifies compatibility with all IDEs starting from the version mentioned in since-build, including potential future builds that may cause compatibility issues.