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?