getValue

operator fun getValue(thisRef: Any?, property: KProperty<*>): T

Enables Kotlin property delegation to the current config.

val cfg: DuelsConfig by configRef

Each property access resolves to the latest config — the delegate is never stale.

Since

1.0