Hi everyone.
I'm building a modular KMM project. Since, I don't want to manually create modules for each feature (feature-public, feature-impl, feature-wiring), I was thinking to automate this via some script or plugin. Can you guys point me in the direction of how to do it?
Here the ideas on top of my head
• If the kotlin multiplatform mobile plugin is open source, I'll fork it and change it to suit my need. (Not able to find git repo for the same)
• Some python or kotlin script to generate modules via cli.