This message was deleted.
# kotlin-native
s
This message was deleted.
k
Our long term plan is to generate a lib from the shared code for both platforms but continue to use Swift/Kotlin in the actual projects themselves.
It is possible to do with MPP or without. With MPP is much easier and less boilerplate in gradle for compiling. We use shared code to generate fat framework and jars.
(I'm not from KN team, just random developer)
o
could you please clarify what exactly do you expect from the project template, and what kind of project template are you talking about?
r
Yeah I didn’t get the “shared code intermixed with the Android code” part either
j
In my project I have 2 modules: Shared Code and Android. Android has a dependency on Shared Code module
You can set the module structure any way you want
I think the default template goal is to provide a minimal working project (hello world)
e
Bleh, I'm sorry. I'm out of date with an old template. The new docs do separate out the projects correctly.