Lumina Mobile

January 30, 2026 ยท View on GitHub

This folder contains the native iOS and Android apps for Lumina.

Structure

  • ios/ SwiftUI app (Xcode project)
  • android/ Kotlin + Jetpack Compose app (Gradle project)

iOS

Open mobile/ios/LuminaMobile.xcodeproj in Xcode and run on a device or simulator.

Android

From mobile/android:

./gradlew :app:assembleDebug

Open the folder in Android Studio for device/simulator runs.