Does `kotlin.reflect` only work for code compiled ...
# getting-started
d
Does
kotlin.reflect
only work for code compiled with the Kotlin compiler or can my Java code compile with the java compiler also use the jar and get access to reflection capabilities?