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
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.