Join Slack
Powered by
This is just interesting, can I use Kotlin multipl...
# multiplatform
t
takahirom
08/22/2020, 8:18 AM
This is just interesting, can I use Kotlin multiplatform implementation from go lang or rust? Do you have a plan for it?
a
aleksey.tomin
08/22/2020, 8:22 AM
You can. 1. Export code for C Go:
https://medium.com/learning-the-go-programming-language/calling-go-functions-from-other-languages-4c7d8bcc69bf
Rust:
https://dev.to/dandyvica/how-to-call-rust-functions-from-c-on-linux-h37
2. Use code as C code
t
takahirom
08/23/2020, 3:45 AM
Thank you. I can call Kotlin from those languages by using Kotlin Native as C code!
2
Views
Open in Slack
Previous
Next