Why doesn't `KInterface` exist in `kotlin.reflect`...
# stdlib
t
Why doesn't
KInterface
exist in
kotlin.reflect
? Its interesting that
KClass
has a boolean property
isFun
, that shows whether the class is a functional interface... Could this be related?