Good morning, are there any examples of multi-modu...
# multiplatform
p
Good morning, are there any examples of multi-module KMP projects with native code integration? Thanks in advance.
j
https://kmp.jetbrains.com/templates/ https://github.com/Kotlin/KMP-App-Template-Native Here is one sample in templates. Or any particular case want to see sample of?
p
Since I have to develop a very large and complex project, I need to have multiple multiplatform modules that are then imported by the classic 'shared' module. The problem is that I'm finding it very complicated to integrate native iOS code when using many modules, so I was hoping to find some examples to get an idea of possible integration approaches.