Apple just announced a new UI toolkit, called "SwiftUI". It's built in Swift apparently. Can I use this from Kotlin/Native?
j
Jurriaan Mous
06/03/2019, 7:22 PM
I guess nobody knows until somebody could play with a beta. Curious if some common layer can be created between compose and SwiftUI
c
cbruegg
06/03/2019, 7:23 PM
Question is whether KN generally supports Swift interop, or only objective C?
l
louiscad
06/03/2019, 7:24 PM
Only through Obj-C exports. That means you'll be able to bridge them, but you'll not be able to call Swift-only APIs until Kotlin/Native makes it possible.
s
Sam
06/03/2019, 8:34 PM
I thought I saw a
struct
in the code demo. That definitely rules out ObjC and Kotlin interop.