Is it possible to aquire field references of kotlin classes from objective-c or swift? Like `val pro...
h
Is it possible to aquire field references of kotlin classes from objective-c or swift? Like
val prop = SomeClass::property
?
s
No.