It does present some strong limitations on what K/N can be used for. Right now it is shines most strongly as a way to share logic between platforms and not so much as something to completely replace Swift.
k
Kris Wong
07/30/2019, 9:42 PM
yeah, fortunately there's a fairly simple workaround for what I am doing (very small API)
Kris Wong
07/30/2019, 9:44 PM
you can create top-level functions to create and call methods on the Obj-C subclass (i.e., ViewController)