https://kotlinlang.org logo
d

diesieben07

02/14/2018, 11:20 PM
More info, even if I do this it does not work:
Copy code
val et: ExtensionType<SomeClass> = SomeClass::class.java // why does this assignment work now?
doSomething(et) // does not compile again
How can I actually call my
doSomething
method from the JVM module?