A Mirror without reflection
with Kotlin/Multiplatform
Fosdem - 04/02/2023
Salomon BRYS
KODEIN
Koders
Reflection is a feature [that] allows an executing Java program to examine or "introspect" upon itself, and manipulate internal properties of the program.
For example, it's possible for a Java class to obtain the names of all its members.
Work In Progress!