Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.05 KB

KMM-Expense-Tracker

Cross platform expense tracking application using Kotin multiplatform mobile. If you are interested in learning more about the our experience building this application, please checkout.

Technologies used

  1. Kotlin Multiplatform
  2. Jetpack Compose
  3. SwiftUI
  4. SqlDelight (Database)
  5. KMP-NativeCoroutines (Convert Flow to Swift's Combine)
  6. Kotlinx-DateTime
  7. Koin (Dependency Injection)

Prerequisites

  • Xcode 13+
  • Android Studio Electric Eel

Build Instructions

  1. Open the project in Android Studio.
  2. Select the run configuration from Android Studio to run the iOS / Android app.
  3. To open the iOS app navigate to the iOS app folder and open the project in Xcode.