Within a `operator fun getValue(thisRef: Any?, pro...
# reflect
i
Within a
operator fun getValue(thisRef: Any?, property: KProperty<*>)
method of a delegate property object, how do I obtain the type of the
property
property as a Java
Class<>
(I need to use it to deserialize a Gson object)?