My idea of the usage is that the kotlin reflection...
# announcements
j
My idea of the usage is that the kotlin reflection API would allow getting the function reference directly, but Java would see it as a SAM class that must be instantiated. A bit like functions, which in Java translate to instances of Function1 for example