<@U0GHMUYRG>: with `bindProperty` (not `bindPropery`) in the example above, ```bindProperty("name")...
d
@benny_wang: with
bindProperty
(not
bindPropery
) in the example above,
Copy code
bindProperty("name") { "benny" }
resolves to
Copy code
fun <T> bindProperty(key: String, getter: () -> T): ReadWriteProperty<Any, T>