Roberto Leinardi
01/20/2025, 2:31 PMClass.isAssignableFrom(Class<?> cls)
method checks if a class/interface is the same, a superclass, or a superinterface of another. Is there an equivalent way to achieve this in Kotlin/Native? Specifically, I want to check type relationships at runtime. Any suggestions?
Thanks in advance!ephemient
01/20/2025, 10:01 PMephemient
01/20/2025, 10:03 PMRoberto Leinardi
01/21/2025, 4:13 PMephemient
01/21/2025, 4:42 PMRoberto Leinardi
01/21/2025, 4:43 PM