watchFiles

@get:InputFiles
abstract val watchFiles: ConfigurableFileCollection(source)

A collection of files that Gradle should watch for changes when running kobwebStart in continuous mode.

This is used to ensure that Gradle re-executes the build when a build script is changed, overriding the default Gradle behavior to ignore such changes.