Join Slack
Powered by
Hello, is there a way to get a KClass<*> ob...
# multiplatform
p
Paulius Ruminas
09/25/2020, 11:02 AM
Hello, is there a way to get a KClass<*> object from string? In JVM we can do
Class.forName(A::class.java.name).kotlin
but I wonder if there is a multiplatform solution.
2
Views
Open in Slack
Previous
Next