<@U1T6T3NBU> Reflection interfaces are available i...
# multiplatform
i
@josephivie Reflection interfaces are available in common code, though due to the bug https://youtrack.jetbrains.com/issue/KT-20368 they have to be imported manually (e.g.
import kotlin.reflect.*
)