it.javaMethod?.parameterTypes?.forEach { println(i...
# getting-started
c
it.javaMethod?.parameterTypes?.forEach { println(it.name) }