Is there an easy way to check if a method in a sub...
# reflect
n
Is there an easy way to check if a method in a subclass overrides a method from an interface using the Kotlin reflection API? In particular if the interface is Java and uses Generics.