lazyProperty

fun <T> lazyProperty(block: (property: KProperty<*>) -> T): ReadOnlyProperty<Any?, T>

A helper for creating a lazily computed ReadOnlyProperty based on a KProperty.