dryRun

abstract val dryRun: Property<Boolean>

Make the explicit source-changing tasks report what they would do and write nothing.

Default: false. Override per invocation with -Pkiteconfig.dryRun=true. Generated Kotlin ignores this, because it is a build input rather than a change to your source tree.