Skip to content

Basic Compose Multi Platform project targeting Android, IOS and Desktop with shared UI

Notifications You must be signed in to change notification settings

meetOzan/HowLongIt-KMP

Repository files navigation

📱🕒 How Long It - Compose Multi Platform

How Long It is a modern Compose Multiplatform (CMP) project designed for Android, iOS, and Desktop — all sharing UI a single robust codebase.


🚀 Technologies & APIs Used


🖼️ Preview

Android Preview iOS Preview Desktop Preview


📂 Project Structure

composeApp/
├── src/
  ├── androidApp/         # Android-specific implementation
  ├── iosApp/             # iOS-specific implementation
  ├── nativeMain/         # iOS-specific implementation
  ├── desktopMain/        # iOS-specific implementation
  ├── commonMain/         # Shared KMP logic (ViewModels, Repository, Actual etc.)
  └── build.gradle.kts    # Gradle build setup

About

Basic Compose Multi Platform project targeting Android, IOS and Desktop with shared UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published