I have created a separate KMP project using KMP Wizard and I am using native UI for both platform(Android and iOS) in respective folders, Maintaining the business logics in shared Folder with clean Architecture. Now my question is as follows,
- which Folder should I add as module to the Android Project because in KMP we have for Android(Native UI) , shared(Business logic).
- In this case if I inject the Android Folder as Module to project then how will get the shared folder with logics ?