<@U0GHMUYRG>: with `bindProperty` (not `bindProper...
# eap
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>