Join Slack
Powered by
How can we create a `KClass` from a `className` in...
# multiplatform
m
Marcello Galhardo
11/21/2024, 4:25 PM
How can we create a
KClass
from a
className
in a
commonMain
source set? In JVM, I know I can do a
Class.forName(fqn).kotlin
.
e
ephemient
11/21/2024, 4:37 PM
you can't on other platforms.
https://youtrack.jetbrains.com/issue/KT-10440
👍 1
Open in Slack
Previous
Next