What's the idiomatic way (if any) to create an ins...
# announcements
s
What's the idiomatic way (if any) to create an instance of a KClass? As of right now, I'm using
theClass.java.newInstance()