Easy Grocery is a Compose Multiplatform project targeting Android, iOS.
- Kotlin
- Kotlin Corooutines
- Kotlinx Serialization
- Koin
- Jetpack Compose
- Multiplatform Settings
-
/iosApp iOS App Entry point
-
/composeApp Android App Entry point
- commonMain - All common code/logics shared between android + iOS
- iosMain - iOS platform specific codes
- androidMain - Android platform specific codes
-
Running Android App:
- Download IntelliJ Idea / Ultimate
- Install Kotlin Multiplatform Plugin
- Open the cloned project
-
Running iOS App:
- Download Xcode
- Clone the repository
- Open this /iosApp directory on the root project path
Learn more about Kotlin Multiplatform…