set

open operator override fun set(target: T, value: V)

Sets the property value on the target using reflection.

Parameters

target

the object on which to set the property value

value

the new property value