Sample App

A runnable Compose Multiplatform sample lives in the repo's sample/ folder — sample/shared/ holds one shared UI and business logic for both platforms, sample/androidApp/ is a thin Android wrapper, and sample/iosApp/ is a real Xcode project that embeds the shared Kotlin framework (via Gradle's embedAndSignAppleFrameworkForXcode task — no CocoaPods on the sample's own side). It runs on both Android and iOS.

What it does

A home screen lists five use cases, each a real, working screen backed by the real Documents API:

Run it

Clone the repository. For Android, run the sample/androidApp module from Android Studio or via Gradle. For iOS, open sample/iosApp/iosApp.xcodeproj in Xcode and run. See Use Cases for the documented pattern each screen demonstrates.