Tobi
02/13/2018, 5:10 PMnative
aka iOS
module. I know that I am able do Objective-C calls from my kotlin code. I can even import classes from the UIKit
etc. . But how does that work?
Is it related to the interoperability which generates kotlin bindings based on the specified konan.target
?olonho
02/14/2018, 7:28 AM