ursus
05/29/2019, 2:02 AMHullaballoonatic
05/29/2019, 2:19 AMval attribute: A
get() {
val property =
target::class.memberProperties.first { it::class == attributeType } as KProperty1<Character, *>
return property.get(target) as A
}
Hullaballoonatic
05/29/2019, 2:19 AM