https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

adiba

08/06/2019, 11:02 AM
Working through some assumptions that I have in my head. Are the following correct? 1. It is possible to have a KotlinMPP where the common code can be split into several sub modules which compile into a single framework for an iOS app 2. It is not possible for an iOS app to use multiple frameworks at this time (e.g generated from multiple KotlinMPP projects)
👌 1
a

alex009

08/06/2019, 11:05 AM
yes, it's correct.
we use this approach - single ios framework from multiple gradle sub modules. it gives modularity and speed up in compilation on ios (comparing with single project)
s

svyatoslav.scherbina

08/06/2019, 1:07 PM