orangy
class X { var param = 1 set(value) { prop.reset() } val prop by resettable { param.toString() } }