so for example if the user has ``` val witdth = 0...
# announcements
s
so for example if the user has
Copy code
val witdth = 0 
val xyzPtr = XyzPtr()

...

aClass.javaClass.kotlin.memberProperties.forEach { kProperty ->
how do i get the kClass from ^^^ kProperty ???
}