How to add a module in Multi-Module App in Kotlin Multiplatform(KMP/CMP)?
To add a module to a multi-module KMP or CMP, follow these steps.Note: Update gradle files according to your requirements. 1- Add a folder in the directory e.g “auth” 2-Update Settings.gradle.kts at the end of bottominclude(“feature:auth”) Press “Sync Now”3-Add…