what is the kotlin-native equivent to ::class.java...
# announcements
s
what is the kotlin-native equivent to ::class.java.newInstance
o
There is no reflection in #C3SGXARS6, so best you can do I think is pass around a factory.
s
oh ;-;
g
I believe this is also a better solution for JVM than use unsafe
newInstance
and do some assumption about class construcotrs
👆 1