How much of the reflection API is available withou...
# reflect
s
How much of the reflection API is available without depending on kotlin-reflect?
u
Not much. Basically only
KCallable.name
and `equals`/`hashCode` on `KClass`/`KCallable`