Is there a way to create a KClass from Java (all i...
# announcements
r
Is there a way to create a KClass from Java (all implementations of KClass I found so far are` internal` - so probably not intended to be used from Java)?
s
JvmClassMappingKt.getKotlinClass(Class)
https://stackoverflow.com/a/55383393
👍 1