https://kotlinlang.org logo
a

Alexandre Brown

12/02/2021, 2:28 AM
Does someone have experience with sub modules with kotlin multiplatform ? (Eg : multiple modules in commonMain) Having a rough time setting it up with Intellij IDE. Thanks
w

wbertan

12/02/2021, 9:30 AM
🤔 we have it, but for us was kind of as usual gradle modules 🤔 We use the "umbrella framework" structure. I have touched the topic in our Medium post about our journey with KMM: https://medium.com/clearscore/drivescore-kmm-journey-episode-iii-issues-and-solutions-a83f58234b2
a

Alexandre Brown

12/02/2021, 6:24 PM
Thanks for the reply, I check your post but I'm not certain it helps with my issue. I'm looking into having nested sub modules from within commonMain. Submodules that are not platform specific. See https://kotlinlang.slack.com/archives/C3PQML5NU/p1638466003492100
When creating a jvm project we can easily do nested sub modules but I cannot do the same on my multiplatform project.
2 Views