module

@get:Internal
abstract val module: Property<Boolean>

Indicates if the current project represents an IntelliJ Platform plugin module.

Used to determine if the task should be executed in a plugin module context.

Default value: project.pluginManager.isModule