diesieben07
12/08/2017, 5:04 PMgetDeclaringClass
from Java. kotlin.jvm.internal.CallableReference
has getOwner
, but that is internal API and only available for references...udalov
val property: KProperty<*> = ...
property.javaGetter!!.declaringClass.kotlin
diesieben07
12/19/2017, 4:52 PMudalov
diesieben07
12/20/2017, 11:43 AM