Ill have to do some digging. Im just paranoid abou...
# announcements
m
Ill have to do some digging. Im just paranoid about polluting the KProperty class with something this.
Copy code
fun KProperty0<*>.GUID(): GUID?{
    return (this.getDelegate() as? FieldDelegate)?.fieldUid
}
to me it feels like something that would be frowned upon