hi all, give me please an advice, how to get KClas...
# announcements
d
hi all, give me please an advice, how to get KClass of Generic type in the best way?
override fun <A> onInterceptSend(holder: ActionHolder<A>): Boolean
i found only this
override fun <A> onInterceptSend(holder: ActionHolder<A>): Boolean where A : Any
and i need to get something like
A::class