oliverdain
01/13/2017, 6:49 PMClass.forName
. I thought I could do Class.forName(…).kotlin
but that only works if it’s an actual Java class - fails for things like <http://kotlin.Int|kotlin.Int>
. Any ideas for a robust equivalent that works for kotlin-specific stuff and regular classes?