KMM App
- System
- Macbook (For Android and iOS App)
- Windows (Only Android App)
- Tools
- XCode (To develop and build iOS App)
- Android Studio (To develop and build Android App)
- In Android studio, add the plug-in
Kotlin Multiplatform Mobile plugin
. - Clone the repo and open it in Android studio and once the gradle sync is successful, run the app.
- Open the Xcode project from
iosApp
folder. Select the iOS simulator and run the app.
There are 3 major modules in the repo
androidApp
module contains the Android codeiosApp
module contains the iOS codeshared
module contains the code that can be shared for both Android and iOS apps.