ConfigHotReloader

Development-time file watcher for module directories.

Watches module source directories so the kernel can decide whether a safe hot update is possible or a full restart is required.

Legacy CONFIG and PLUGIN_ARTIFACT watching has been removed — the modern hot-reload architecture uses PluginDevelopmentSource and Gradle-based incremental builds instead of file-system polling for config/ and plugins/.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isWatching: StateFlow<Boolean>
Link copied to clipboard
val lastReloadTime: StateFlow<Long>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard