Hello, is there a way to get a KClass<*> ob...
# multiplatform
p
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.