I'm constructing a temporary Gradle plugin for using reflection across all platforms. Basically, it reads your code and creates KClass implementations for everything explicitly marked, which will be accessible through something like
MyClass::class.full
. Any suggestions/requests/interest?
josephivie
05/09/2018, 4:07 AM
Well, never mind. Since JS can't have classes implement functions, the existing Kotlin Reflection API can't even be implemented! I'll have to make my own.
josephivie
05/09/2018, 4:55 PM
Eh, I think I'll just not bother if I can't implement the correct API. Oh well.