Any change to add GoLang support? I know it is use...
# multiplatform
j
Any change to add GoLang support? I know it is used for server. It would be nice to share business logic between server and client
l
You could export your go code as c compatible, then use cinterop on the Kotlin side.
j
No, I am talking about compile or transcode Kotlin as GoLang in KMM. Make GoLang an option just like Swift and Js
j
Swift is not an option
l
Swift interop is one-way. When Kotlin creates headers for iOS, it adds some annotations that make the Kotlin code easier to call from Swift. I haven’t used GoLang much, but does their C interop allow you to annotate a header?