udalov
val type = ktype.javaType when (type) { is Class -> type.kotlin is ParameterizedType -> (type.ownerType as Class<*>).kotlin … }