This project demonstrates how to build an e-commerce store model using Kotlin Multiplatform. The application fetches data from an API using Ktor and is compatible with macOS, Windows, iOS, Android, and web platforms.
Fetch product data from the API. Display product listings. Support multiple platforms.
Kotlin Multiplatform plugin for Android Studio. nable experimental Multiplatform IDE features in Android Studio settings1.
Getting Started
-
Clone this repository.
https://github.com/Aban3049/KMP-ECommerceStore -
Open the project in Android Studio.
-
Set up your shared module for cross-platform code.
-
Configure build scripts in gradle/libs.versions.toml:
Feel free to contribute to this project by opening issues or pull requests. License
This project is licensed under the MIT License.
This is a Kotlin Multiplatform project targeting Android, iOS, Desktop.
Learn more about Kotlin Multiplatform…
