What is the limit of what you can do with reflection in kotlin MPP? Can you do something simple like
this::class.simpleName
? Is there a list of things part of
stdlib
?
s
sitepodmatt
02/20/2019, 10:32 AM
I think it depends on the platform. A different concrete KClass if used dependent on platform, for example the one on JS is basically primitive at the moment with only isInstance and simpleName
sitepodmatt
02/20/2019, 10:32 AM
So if you're hoping to do a lot of reflection across platforms in a platform independent way... then computer says no