does anyone know if I should be able to use `kotlin-reflect` to see parameter names of java methods?...
m
does anyone know if I should be able to use
kotlin-reflect
to see parameter names of java methods? the stubs in the IDE show the parameter names, so I assume they should be accessible in some way (?)
this stackoverflow question suggests I can use a flag
-java-parameters
but I'm not sure how 🤔