Good morning, As part of a multiplatform kotlin pr...
# kotlin-multiplatform-contest
i
Good morning, As part of a multiplatform kotlin project, how can I share two kmp modules with the iosApp project?
k
Hi Ismail! Our documentation would be the best place to start https://kotlinlang.org/docs/multiplatform.html
k
@Ismail BENABDALLAH You can make module a depend on b and then share module a with ios app.
i
Thanks for your answer, in fact yes it is not possible to have several modules.