https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

josephivie

05/08/2018, 7:43 PM
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?
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.
Eh, I think I'll just not bother if I can't implement the correct API. Oh well.
2 Views