Is there an existing conversation somewhere on the...
# kotlin-native
a
Is there an existing conversation somewhere on the plans for code sharing between native and JVM/Javascript as the other two can do? I'm not sure how that'll reconcile across memory management models but not all logic will care as much about what the container is doing. Any links?
o
Source code could be shared even now, see for example https://github.com/JetBrains/kotlinconf-app which shares code between native (iOS) and JVM (Android)
a
is it just accessing the other code via a source path? but not a common module
o
Yes, as you asked about code sharing, and it is possible. Full MP support is being worked on.
a
ok, yes, wanting to know about both. hacks now and full MP later. so i can plan 🙂
I'll go with MP for now JVM/JavaScript and expect that it'll be easy to bolt on native in some time, and if that doesn't happen before I give up, I'll do the source sharing method.
thanks for the response!