goncalossilva
12/09/2018, 2:13 PMKClass::isOpen
is marked as being available in Common: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/is-open.html
However, when trying to use it in a common test, it fails to compile in (at least) JS and Native. Any clues why?
JS:
Unsupported [This reflection API is not supported yet in JavaScript]Native:
error: unresolved reference: isOpenShould this work?
josephivie
12/10/2018, 9:55 PMisInstance
(I think that’s what it is called) If you want more reflection than that, I’m currently working on an external reflection system that will be able to give you information about that. Should be done by the end of December - uses a plugin.goncalossilva
12/11/2018, 1:50 AM