- Notifications
You must be signed in to change notification settings - Fork0
Compose KStateMachine sample
License
NotificationsYou must be signed in to change notification settings
davehorner/compose-kstatemachine-sample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Kotlin Multiplatform project targeting Android, iOS.
/composeAppis for code that will be shared across your Compose Multiplatform applications.It contains several subfolders:commonMainis for code that’s common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
iosMainwould be the right folder for such calls.
/iosAppcontains iOS applications. Even if you’re sharing your UI with Compose Multiplatform,you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
Learn more aboutKotlin Multiplatform…
About
Compose KStateMachine sample
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Kotlin97.7%
- Swift2.3%