Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.38 KB

File metadata and controls

43 lines (27 loc) · 2.38 KB

KMP App Shared UI Compose Multiplatform App

This app is an app built just for learning using Kotlin Multiplatform using Jetpack Compose based UI Framework Compose Multiplatform for sharing the UI between Android, iOS, Web and Desktop all platforms. It demonstrates the use of Koin for Dependency Injection, Ktor for Networking, SQLDelight for Persitence and Decompose for navigation and business logic components in Kotlin Multiplatform for Android, iOS, Web and Desktop platforms. It features a simple Ecommerce App HomePage and Detail Screen.

Libraries used

Pre-requisites

  • Java JDK 17+
  • Latest stable version of Android Studio IDE
  • Latest XCode (for iOS)
  • Kotlin Multiplatform Plugin in Android Studio

Screenshots

Android

iOS

Web App

Desktop

Setup

  • Clone this repository.
  • Open in the latest version of Android Studio and You are ready to Go.