More info, even if I do this it does not work: ```...
# multiplatform
d
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?