Hi! I'm working on a MPP library, but wondering if there is some standard practice yet on having a pure Kotlin/MPP module with Jvm pure sources and Android specific sources. My current setup is Kotlin/MPP module with pure Jvm sources, and a second module for the Android sources.
If this is the current standard practice... sweet! If not, I would appreciate any enlightenment! Thanks!