Hi all, is there an equivalent in Kotlin Reflect t...
# reflect
j
Hi all, is there an equivalent in Kotlin Reflect to Java's
isInterface
? I see we have
isAbstract
,
isOpen
, etc, but I haven't found anything for interface.