autoReloadPlugins

@get:Input
@get:Optional
abstract val autoReloadPlugins: Property<Boolean>

Enables auto-reload of dynamic plugins. Dynamic plugins will be reloaded automatically when their JARs are modified. This allows a much faster development cycle by avoiding a full restart of the development instance after code changes. Enabled by default in 2020.2 and higher.