More a language question. Is there a way to detec...
# multiplatform
c
More a language question. Is there a way to detect if a KType / KClass is a
value class
? There's
isOpen
but thats full reflection on JVM only
We cheated and used the descriptors generated by kotlinx.serialization
.descriptor.isInline
if anyone is wondering