not sure if there’s a more Kotlin-specific approac...
# getting-started
s
not sure if there’s a more Kotlin-specific approach, but there’s
Copy code
Class.forName(xName).newInstance() as T
perhaps