i'm trying to convert some java code to kotlin, it...
# getting-started
b
i'm trying to convert some java code to kotlin, it has a function that takes in a
Class<out Interface>
and then uses
.getMethod("someMethod")
, where
someMethod
is a static method. I was trying to replace it with Kotlin reflection