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.
1.0