set

abstract fun set(path: String, value: Any?)

Sets the value in the underlying config. Use save to persist changes.

Parameters

path

The dot separated configuration value path

value

The new configuration value